Skip to content
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 bin/ci-builder
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fi
# *inside* this image. See materialize.git.expand_globs in the Python code for
# details on this computation.
files=$(cat \
<(git diff --name-only -z 4b825dc642cb6eb9a060e54bf8d69288fbee4904 ci/builder .bazelversion) \
<(git diff --name-only -z 4b825dc642cb6eb9a060e54bf8d69288fbee4904 ci/builder .bazelversion WORKSPACE) \
<(git ls-files --others --exclude-standard -z ci/builder) \
| LC_ALL=C sort -z \
| xargs -0 "$shasum")
Expand Down
8 changes: 4 additions & 4 deletions ci/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ RUN mkdir rust \
&& cargo install --root /usr/local --version ="0.9.28" --locked cargo-hakari \
&& cargo install --root /usr/local --version "=0.9.72" --locked cargo-nextest \
&& cargo install --root /usr/local --version "=0.6.11" --locked cargo-llvm-cov \
&& cargo install --root /usr/local --version "=0.1.50" --features=vendored-openssl cargo-udeps \
&& cargo install --root /usr/local --version "=0.2.15" --no-default-features --features=s3,openssl/vendored sccache \
&& cargo install --root /usr/local --version "=0.3.6" cargo-binutils \
&& cargo install --root /usr/local --version "=0.13.0" wasm-pack
&& cargo install --root /usr/local --version "=0.1.50" --locked --features=vendored-openssl cargo-udeps \
&& cargo install --root /usr/local --version "=0.2.15" --locked --no-default-features --features=s3,openssl/vendored sccache \
&& cargo install --root /usr/local --version "=0.3.6" --locked cargo-binutils \
&& cargo install --root /usr/local --version "=0.13.0" --locked wasm-pack

# Link the system lld into the cross-compiling sysroot.

Expand Down
2 changes: 1 addition & 1 deletion ci/builder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ipywidgets==8.1.5
junit-xml==1.9
junitparser==3.2.0
jupyterlab==4.3.0
jupyter-black==0.3.4
jupyter-black==0.4.0
kubernetes==25.3.0
kubernetes-stubs==22.6.0.post1
launchdarkly-api==17.0.0
Expand Down