Skip to content

Commit 4ca37da

Browse files
committed
Do not install rustup on RfL job
1 parent 81d8edc commit 4ca37da

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

src/ci/docker/scripts/rfl-build.sh

+4-4
Original file line numberDiff line numberDiff 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

1616
source /cargo/env
1717

1818
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
2121

2222
mkdir -p rfl
2323
cd rfl

src/ci/github-actions/jobs.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,8 @@ envs:
102102
# These jobs automatically inherit envs.pr, to avoid repeating
103103
# it in each job definition.
104104
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
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

0 commit comments

Comments
 (0)