Skip to content

Commit 8ebc97f

Browse files
committed
Revert "Add check to ensure error code explanations are not removed anymore even if not emitted"
This reverts commit 13bdc5c.
1 parent 2b2bf6c commit 8ebc97f

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

src/ci/docker/host-x86_64/mingw-check/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ COPY scripts/sccache.sh /scripts/
2828
RUN sh /scripts/sccache.sh
2929

3030
COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
31-
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
3231

3332
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
3433
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 && \
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

src/ci/docker/host-x86_64/mingw-check/validate-error-codes.sh

-15
This file was deleted.

src/ci/docker/run.sh

-5
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,6 @@ else
219219
command="/checkout/src/ci/run.sh"
220220
fi
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-
226222
docker \
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 \

0 commit comments

Comments
 (0)