You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively Docker can be explored heavily here. I actually think it might be easier than dealing with .nix. It should be easy to build a reusable docker image with "buck" as entrypoint that is used as CLI
Well, Docker and nix can be used together for sure. Nix (the package manager) is more an alternative to apt-get here. I didn't get the sense from the buck1 website that it is well packaged for distros...
In the initial release, we have internal (buck, monorepo) integration testing of hermit, but don't yet have an OSS solution for full CI testing.
Our initial plan for building out OSS CI involves these steps:
.nix
expression for a build enivironment with buck[1].buckconfig
tests/TARGETS
andtests/helpers.bzl
to either use a shims, possibly high-level wrappers forrust_binary
,cpp_binary
etc.buck build
andbuck test
for these integration tests.validate
script that people can call themselves.The text was updated successfully, but these errors were encountered: