Skip to content

Commit ce540da

Browse files
committed
pin rustc
1 parent 3046182 commit ce540da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/actions/build-with-patched-std/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ runs:
3131
# symlink on Linux and a junction on Windows, so it will exist on both
3232
# platforms.
3333
RUSTC_BUILD_DIR: build/host
34+
RUST_BACKTRACE: 1
3435
working-directory: ${{ inputs.rustc-dir }}
3536
run: |
3637
set -x

.github/workflows/check-binary-size.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,15 @@ jobs:
5656
with:
5757
repository: rust-lang/rust
5858
path: ${{ env.RUSTC_DIR }}
59+
# Arbitrary known working version, latest commit on 2024-02-13
60+
ref: cc74ed08d53fbb440b4ab70035a92d89d418d23c
5961
- name: Set up std repository and backtrace submodule for size test
6062
shell: bash
6163
working-directory: ${{ env.RUSTC_DIR }}
6264
env:
6365
PR_SOURCE_REPO: ${{ github.event.pull_request.head.repo.full_name }}
6466
run: |
67+
set -x
6568
# Bootstrap config
6669
cat <<EOF > bootstrap.toml
6770
change-id = 9999999
@@ -78,7 +81,6 @@ jobs:
7881
}
7982
EOF
8083
81-
set -x
8284
git submodule update --init library/backtrace
8385
8486
cd library/backtrace

0 commit comments

Comments
 (0)