File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ LINUX_VERSION=v6.14-rc3
1010
1111# Install rustup so that we can use the built toolchain easily, and also
1212# install bindgen in an easy way.
13- curl --proto ' =https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
14- sh rustup.sh -y --default-toolchain none
13+ # curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
14+ # sh rustup.sh -y --default-toolchain none
1515
1616source /cargo/env
1717
1818BUILD_DIR=$( realpath ./build)
19- rustup toolchain link local " ${BUILD_DIR} " /x86_64-unknown-linux-gnu/stage2
20- rustup default local
19+ # rustup toolchain link local "${BUILD_DIR}"/x86_64-unknown-linux-gnu/stage2
20+ # rustup default local
2121
2222mkdir -p rfl
2323cd rfl
Original file line number Diff line number Diff line change @@ -102,20 +102,8 @@ envs:
102102# These jobs automatically inherit envs.pr, to avoid repeating
103103# it in each job definition.
104104pr :
105- - name : mingw-check
106- << : *job-linux-4c
107- - name : mingw-check-tidy
108- continue_on_error : true
105+ - name : x86_64-rust-for-linux
109106 << : *job-linux-4c
110- - name : x86_64-gnu-llvm-18
111- env :
112- ENABLE_GCC_CODEGEN : " 1"
113- # We are adding (temporarily) a dummy commit on the compiler
114- READ_ONLY_SRC : " 0"
115- DOCKER_SCRIPT : x86_64-gnu-llvm.sh
116- << : *job-linux-16c
117- - name : x86_64-gnu-tools
118- << : *job-linux-16c
119107
120108# Jobs that run when you perform a try build (@bors try)
121109# These jobs automatically inherit envs.try, to avoid repeating
You can’t perform that action at this time.
0 commit comments