File tree 3 files changed +0
-22
lines changed
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/
28
28
RUN sh /scripts/sccache.sh
29
29
30
30
COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
31
- COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
32
31
33
32
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
34
33
ENV 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 && \
38
37
python3 ../x.py test --stage 2 src/tools/tidy && \
39
38
python3 ../x.py doc --stage 0 library/test && \
40
39
/scripts/validate-toolstate.sh && \
41
- /scripts/validate-error-codes.sh && \
42
40
# Runs checks to ensure that there are no ES5 issues in our JS code.
43
41
es-check es5 ../src/librustdoc/html/static/js/*.js && \
44
42
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
219
219
command=" /checkout/src/ci/run.sh"
220
220
fi
221
221
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
-
226
222
docker \
227
223
run \
228
224
--workdir /checkout/obj \
@@ -241,7 +237,6 @@ docker \
241
237
--env TOOLSTATE_PUBLISH \
242
238
--env RUST_CI_OVERRIDE_RELEASE_CHANNEL \
243
239
--env CI_JOB_NAME=" ${CI_JOB_NAME-$IMAGE } " \
244
- --env BASE_COMMIT=" $BASE_COMMIT " \
245
240
--init \
246
241
--rm \
247
242
rust-ci \
You can’t perform that action at this time.
0 commit comments