New Contributor Setup #3536
willhansen
started this conversation in
General
Replies: 1 comment 11 replies
-
That Dockerfile is used in CI to build a docker image that is pushed to ghcr.io. I think that's why it doesn't care much for caching, and uses the tag That said, I don't actually see a run of that action -- but that's another issue. Your changes make sense as a way to run the tests from The "standard" route is documented here, if that helps. It does require a fairly new CMake, a C++ compiler, and a Rust toolchain. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to get the develop branch just compiling and passing tests to get started, and I'm curious how far off I am from the "standard" route.
I had to tweak a few things in the
docker/task.dockerfile
file. (diff)Commands:
In the container:
Passes all tests.
Beta Was this translation helpful? Give feedback.
All reactions