Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b6576e3

Browse files
committedSep 28, 2024
Auto merge of #130948 - GuillaumeGomez:subtree-update, r=GuillaumeGomez
GCC backend subtree update We just finished the [last sync](rust-lang/rustc_codegen_gcc#556) so time to sync back. cc `@antoyo`
2 parents 1b6d674 + d0102fd commit b6576e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+943
-366
lines changed
 

‎compiler/rustc_codegen_gcc/.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
]
3737

3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040

4141
# `rustup show` installs from rust-toolchain.toml
4242
- name: Setup rust toolchain
@@ -113,13 +113,13 @@ jobs:
113113
duplicates:
114114
runs-on: ubuntu-latest
115115
steps:
116-
- uses: actions/checkout@v3
116+
- uses: actions/checkout@v4
117117
- run: python tools/check_intrinsics_duplicates.py
118118

119119
build_system:
120120
runs-on: ubuntu-latest
121121
steps:
122-
- uses: actions/checkout@v3
122+
- uses: actions/checkout@v4
123123
- name: Test build system
124124
run: |
125125
cd build_system

‎compiler/rustc_codegen_gcc/.github/workflows/failures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env_extra: "TEST_FLAGS='-Cpanic=abort -Zpanic-abort-tests' GCC_EXEC_PREFIX=/usr/lib/gcc/"
3232

3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535

3636
# `rustup show` installs from rust-toolchain.toml
3737
- name: Setup rust toolchain

0 commit comments

Comments
 (0)
Please sign in to comment.