Skip to content

Commit 7d59449

Browse files
committed
WIP
1 parent 5c6fa48 commit 7d59449

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/ci.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
# we do not need. We do this to enable some of the less resource
9595
# intensive jobs to run on free runners, which however also have
9696
# 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
100100

101101
# Rust Log Analyzer can't currently detect the PR number of a GitHub
102102
# Actions build on its own, so a hint in the log message is needed to
@@ -149,8 +149,8 @@ jobs:
149149
- name: disable git crlf conversion
150150
run: src/ci/scripts/disable-git-crlf-conversion.sh
151151

152-
- name: checkout submodules
153-
run: src/ci/scripts/checkout-submodules.sh
152+
# - name: checkout submodules
153+
# run: src/ci/scripts/checkout-submodules.sh
154154

155155
- name: install MinGW
156156
run: src/ci/scripts/install-mingw.sh
@@ -194,7 +194,8 @@ jobs:
194194
run: |
195195
set +e
196196
# 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)
198199
STATUS=$?
199200
set -e
200201

src/ci/github-actions/jobs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ envs:
103103
# it in each job definition.
104104
pr:
105105
- name: mingw-check
106+
doc_url: https://rust-lang.org/
106107
<<: *job-linux-4c
107108
- name: mingw-check-tidy
108109
continue_on_error: true

0 commit comments

Comments
 (0)