File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 4040 TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
4141 # This will be empty in PR jobs.
4242 TOOLSTATE_REPO_ACCESS_TOKEN : ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}
43- MSYS2_PATH_TYPE : inherit
4443jobs :
4544 # The job matrix for `calculate_matrix` is defined in src/ci/github-actions/jobs.yml.
4645 # It calculates which jobs should be executed, based on the data of the ${{ github }} context.
@@ -150,9 +149,6 @@ jobs:
150149
151150 - name : install MinGW
152151 run : src/ci/scripts/install-mingw.sh
153-
154- - name : show the current environment
155- run : src/ci/scripts/dump-environment.sh
156152
157153 - name : install ninja
158154 run : src/ci/scripts/install-ninja.sh
@@ -176,10 +172,10 @@ jobs:
176172
177173 - name : ensure the stable version number is correct
178174 run : src/ci/scripts/verify-stable-version-number.sh
179-
175+
180176 - name : show the current environment
181177 run : src/ci/scripts/dump-environment.sh
182-
178+
183179 - name : exit
184180 run : exit 1
185181
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ MINGW_ARCHIVE_32="i686-14.1.0-release-posix-dwarf-msvcrt-rt_v12-rev0.7z"
1010MINGW_ARCHIVE_64=" x86_64-14.1.0-release-posix-seh-msvcrt-rt_v12-rev0.7z"
1111
1212if isWindows && isKnownToBeMingwBuild; then
13-
1413 case " ${CI_JOB_NAME} " in
1514 * i686* )
1615 bits=32
@@ -40,6 +39,5 @@ if isWindows && isKnownToBeMingwBuild; then
4039
4140 curl -o mingw.7z " ${MIRRORS_BASE} /${mingw_archive} "
4241 7z x -y mingw.7z > /dev/null
43- ciCommandAddPath " /usr/bin"
4442 ciCommandAddPath " $( pwd) /${mingw_dir} /bin"
4543fi
You can’t perform that action at this time.
0 commit comments