File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 94
94
# we do not need. We do this to enable some of the less resource
95
95
# intensive jobs to run on free runners, which however also have
96
96
# less disk space.
97
- - name : free up disk space
98
- run : src/ci/scripts/free-disk-space.sh
99
- if : matrix.free_disk
97
+ # - name: free up disk space
98
+ # run: src/ci/scripts/free-disk-space.sh
99
+ # if: matrix.free_disk
100
100
101
101
# Rust Log Analyzer can't currently detect the PR number of a GitHub
102
102
# Actions build on its own, so a hint in the log message is needed to
@@ -149,8 +149,8 @@ jobs:
149
149
- name : disable git crlf conversion
150
150
run : src/ci/scripts/disable-git-crlf-conversion.sh
151
151
152
- - name : checkout submodules
153
- run : src/ci/scripts/checkout-submodules.sh
152
+ # - name: checkout submodules
153
+ # run: src/ci/scripts/checkout-submodules.sh
154
154
155
155
- name : install MinGW
156
156
run : src/ci/scripts/install-mingw.sh
@@ -194,7 +194,8 @@ jobs:
194
194
run : |
195
195
set +e
196
196
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
197
- src/ci/scripts/run-build-from-ci.sh 2>&1
197
+ # src/ci/scripts/run-build-from-ci.sh 2>&1
198
+ (exit 33)
198
199
STATUS=$?
199
200
set -e
200
201
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ envs:
103
103
# it in each job definition.
104
104
pr :
105
105
- name : mingw-check
106
+ doc_url : https://rust-lang.org/
106
107
<< : *job-linux-4c
107
108
- name : mingw-check-tidy
108
109
continue_on_error : true
You can’t perform that action at this time.
0 commit comments