File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
actions/build-with-patched-std Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4141 python3 x.py build library --stage 0
4242
4343 TEMP_BUILD_OUTPUT=$(mktemp test-binary-XXXXXXXX)
44- "$RUSTC_BUILD_DIR/stage0-sysroot /bin/rustc" $RUSTC_FLAGS "${{ inputs.main-rs }}" -o "$TEMP_BUILD_OUTPUT"
44+ "$RUSTC_BUILD_DIR/stage0/bin/rustc" $RUSTC_FLAGS "${{ inputs.main-rs }}" -o "$TEMP_BUILD_OUTPUT"
4545 BINARY_SIZE=$(stat -c '%s' "$TEMP_BUILD_OUTPUT")
4646 rm "$TEMP_BUILD_OUTPUT"
4747
Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ name: Check binary size
66
77on :
88 pull_request_target :
9- # HACK(jubilee): something broke the distributed LLVM libso and I don't know what.
10- branches : []
11- # - master
9+ branches :
10+ - master
1211
1312# Both the "measure" and "report" jobs need to know this.
1413env :
You can’t perform that action at this time.
0 commit comments