Skip to content

Commit 3b8bf31

Browse files
authored
chore(operations): Pin back Rust 1.45 until after 0.10.0 (#3142)
* chore(operations): Pin back Rust 1.45 until after 0.10.0 Signed-off-by: Ana Hobden <[email protected]> * Less buggy Signed-off-by: Ana Hobden <[email protected]>
1 parent b6004be commit 3b8bf31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.45.0
1+
1.44.1

scripts/ci-docker-images/builder-x86_64-unknown-linux-musl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN mkdir build && \
8484
cmake \
8585
-DCMAKE_BUILD_TYPE=release \
8686
-DLLVM_CONFIG_PATH=$CLANG_PREFIX/bin/llvm-config \
87-
-DCOMPILER_RT_DEFAULT_TARGET_TRIPLE=$TARGET \
87+
-DCOMPILER_RT_DEFAULT_TARGET_TRIPLE=$TARGET \
8888
-DCOMPILER_RT_BUILD_SANITIZERS=OFF \
8989
-DCOMPILER_RT_BUILD_LIBFUZZER=OFF \
9090
-DCOMPILER_RT_BUILD_XRAY=OFF \

0 commit comments

Comments
 (0)