diff options
| author | bors <bors@rust-lang.org> | 2024-10-25 12:36:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-25 12:36:24 +0000 |
| commit | 45089ec19ebebec88bace6ec237244ff0eaa7ad3 (patch) | |
| tree | 9ece03a7b06fd882fecf3e4305554f26218a1a3a /src/ci/github-actions | |
| parent | 97ae1df8aa9fa6dfd29dced18b232d25208c4111 (diff) | |
| parent | 352b505f800855a2c1829ffcd51e1f6bd5aad0ac (diff) | |
| download | rust-45089ec19ebebec88bace6ec237244ff0eaa7ad3.tar.gz rust-45089ec19ebebec88bace6ec237244ff0eaa7ad3.zip | |
Auto merge of #131207 - davidtwco:pac-ret-lto-test, r=Mark-Simulacrum
ci: aarch64-gnu-debug job - Adds a new CI job which checks that the compiler builds with `--enable-debug` and tests that `needs-force-clang-based-tests` pass (where cross-language LTO is tested). - Add a test confirming that `-Zbranch-protection=pac-ret` and cross-language LTO work together. r? `@Mark-Simulacrum` try-job: aarch64-gnu-debug
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 2b636604049..6b6a3806666 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -123,6 +123,9 @@ auto: - image: aarch64-gnu <<: *job-aarch64-linux + - image: aarch64-gnu-debug + <<: *job-aarch64-linux + - image: arm-android <<: *job-linux-4c |
