forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#135442 - antoyo:subtree-update_cg_gcc_2025_01…
…_12, r=GuillaumeGomez Subtree update cg_gcc 2025/01/12 r? GuillaumeGomez
- Loading branch information
Showing
51 changed files
with
836 additions
and
1,530 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,6 @@ jobs: | |
- { gcc: "gcc-13.deb" } | ||
- { gcc: "gcc-13-without-int128.deb" } | ||
commands: [ | ||
"--mini-tests", | ||
"--std-tests", | ||
# FIXME: re-enable asm tests when GCC can emit in the right syntax. | ||
# "--asm-tests", | ||
|
@@ -79,6 +78,7 @@ jobs: | |
run: | | ||
./y.sh prepare --only-libcore | ||
./y.sh build --sysroot | ||
./y.sh test --mini-tests | ||
cargo test | ||
- name: Run y.sh cargo build | ||
|
@@ -87,17 +87,14 @@ jobs: | |
- name: Clean | ||
run: | | ||
./y.sh clean all | ||
./y.sh clean all | ||
- name: Prepare dependencies | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "User" | ||
./y.sh prepare | ||
- name: Add more failing tests because the sysroot is not compiled with LTO | ||
run: cat tests/failing-non-lto-tests.txt >> tests/failing-ui-tests.txt | ||
|
||
- name: Run tests | ||
run: | | ||
./y.sh test --release --clean --build-sysroot ${{ matrix.commands }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
version = "Two" | ||
style_edition = "2024" | ||
use_small_heuristics = "Max" | ||
merge_derives = false | ||
group_imports = "StdExternalCrate" | ||
imports_granularity = "Module" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.