Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add MODULE.bazel to the docker image early on. #907

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles
2 changes: 1 addition & 1 deletion qtox
Submodule qtox updated 1 files
+2 −2 test/core/core_test.cpp
4 changes: 2 additions & 2 deletions tools/built/src/Dockerfile.third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM toxchat/bazel:24.05
FROM toxchat/bazel:latest

# Needed for Cirrus CI to work.
RUN ["mkdir", "/tmp/cirrus-ci-build"]
Expand All @@ -8,7 +8,7 @@ RUN ["mkdir", "/tmp/cirrus-ci-build"]
# minimum number of files to avoid rebuilding this when making changes to the
# toktok-stack tools.
COPY --chown=builder:users tools/bazelrc.boot /src/workspace/.bazelrc
COPY --chown=builder:users BUILD.bazel WORKSPACE .bazelignore ghc.nix /src/workspace/
COPY --chown=builder:users BUILD.bazel MODULE.bazel WORKSPACE .bazelignore ghc.nix /src/workspace/
COPY --chown=builder:users third_party /src/workspace/third_party
COPY --chown=builder:users tools/config /src/workspace/tools/config
COPY --chown=builder:users tools/workspace /src/workspace/tools/workspace
Expand Down
Loading