File tree Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ COPY scripts/sccache.sh /scripts/
2828RUN sh /scripts/sccache.sh
2929
3030COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
31- COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
3231
3332ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
3433ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
@@ -38,7 +37,6 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
3837 python3 ../x.py test --stage 2 src/tools/tidy && \
3938 python3 ../x.py doc --stage 0 library/test && \
4039 /scripts/validate-toolstate.sh && \
41- /scripts/validate-error-codes.sh && \
4240 # Runs checks to ensure that there are no ES5 issues in our JS code.
4341 es-check es5 ../src/librustdoc/html/static/js/*.js && \
4442 eslint ../src/librustdoc/html/static/js/*.js
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -219,10 +219,6 @@ else
219219 command=" /checkout/src/ci/run.sh"
220220fi
221221
222- # Get some needed information for $BASE_COMMIT
223- git fetch " https://github.com/$GITHUB_REPOSITORY " " $GITHUB_BASE_REF "
224- BASE_COMMIT=" $( git merge-base FETCH_HEAD HEAD) "
225-
226222docker \
227223 run \
228224 --workdir /checkout/obj \
@@ -241,7 +237,6 @@ docker \
241237 --env TOOLSTATE_PUBLISH \
242238 --env RUST_CI_OVERRIDE_RELEASE_CHANNEL \
243239 --env CI_JOB_NAME=" ${CI_JOB_NAME-$IMAGE } " \
244- --env BASE_COMMIT=" $BASE_COMMIT " \
245240 --init \
246241 --rm \
247242 rust-ci \
You can’t perform that action at this time.
0 commit comments