diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2024-06-10 14:31:21 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2024-06-10 14:31:21 +0200 |
| commit | 144760e23609cff6bc550d3f2ba39430bbfd4fa1 (patch) | |
| tree | 4009267adc99a52e3c57d29ada1ff3f9828bff66 /src/ci/github-actions | |
| parent | 06194cadcd0948a7100b46737f61e82b8c00d632 (diff) | |
| download | rust-144760e23609cff6bc550d3f2ba39430bbfd4fa1.tar.gz rust-144760e23609cff6bc550d3f2ba39430bbfd4fa1.zip | |
CI: add Rust for Linux `auto` job
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 48c39d2c33e..62836acc2d9 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -465,3 +465,8 @@ auto: RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler SCRIPT: python x.py dist bootstrap --include-default-paths <<: *job-windows-8c + + # Tests integration with Rust for Linux. + # Builds stage 1 compiler and tries to compile a few RfL examples with it. + - image: rfl + <<: *job-linux-8c |
