File tree 2 files changed +5
-17
lines changed
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
10
10
11
11
# Install rustup so that we can use the built toolchain easily, and also
12
12
# 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
15
15
16
16
source /cargo/env
17
17
18
18
BUILD_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
21
21
22
22
mkdir -p rfl
23
23
cd rfl
Original file line number Diff line number Diff line change @@ -102,20 +102,8 @@ envs:
102
102
# These jobs automatically inherit envs.pr, to avoid repeating
103
103
# it in each job definition.
104
104
pr :
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
109
106
<< : *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
119
107
120
108
# Jobs that run when you perform a try build (@bors try)
121
109
# These jobs automatically inherit envs.try, to avoid repeating
You can’t perform that action at this time.
0 commit comments