Skip to content

Commit

Permalink
Revert "Add check to ensure error code explanations are not removed a…
Browse files Browse the repository at this point in the history
…nymore even if not emitted"

This reverts commit 13bdc5c.
  • Loading branch information
pietroalbini committed Jul 28, 2021
1 parent 2b2bf6c commit 8ebc97f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions src/ci/docker/host-x86_64/mingw-check/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh

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

ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
Expand All @@ -38,7 +37,6 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
python3 ../x.py test --stage 2 src/tools/tidy && \
python3 ../x.py doc --stage 0 library/test && \
/scripts/validate-toolstate.sh && \
/scripts/validate-error-codes.sh && \
# Runs checks to ensure that there are no ES5 issues in our JS code.
es-check es5 ../src/librustdoc/html/static/js/*.js && \
eslint ../src/librustdoc/html/static/js/*.js
15 changes: 0 additions & 15 deletions src/ci/docker/host-x86_64/mingw-check/validate-error-codes.sh

This file was deleted.

5 changes: 0 additions & 5 deletions src/ci/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,6 @@ else
command="/checkout/src/ci/run.sh"
fi

# Get some needed information for $BASE_COMMIT
git fetch "https://github.com/$GITHUB_REPOSITORY" "$GITHUB_BASE_REF"
BASE_COMMIT="$(git merge-base FETCH_HEAD HEAD)"

docker \
run \
--workdir /checkout/obj \
Expand All @@ -241,7 +237,6 @@ docker \
--env TOOLSTATE_PUBLISH \
--env RUST_CI_OVERRIDE_RELEASE_CHANNEL \
--env CI_JOB_NAME="${CI_JOB_NAME-$IMAGE}" \
--env BASE_COMMIT="$BASE_COMMIT" \
--init \
--rm \
rust-ci \
Expand Down

0 comments on commit 8ebc97f

Please sign in to comment.