summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index b4bcb8223a..419684e7f3 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -103,7 +103,7 @@ jobs:
- name: Set up Launchable
uses: ./.github/actions/launchable/setup
with:
- os: ${{ matrix.os }}
+ os: ${{ matrix.os || 'ubuntu-22.04' }}
test-opts: ${{ matrix.configure }}
launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }}
builddir: build
.git/commit/yjit/src/asm/mod.rs?h=v3_3_1&id=87bb0bee6b9843ea32ca6bb48f9e03b1876b7c48'>YJIT: Fix page rounding for icache bustingAlan Wu 2022-10-19YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)Takashi Kokubun 2022-10-19YJIT: fold the "asm_comments" feature into "disasm" (#6591)Alan Wu 2022-10-18Code clean around unused code for some architectures or features (#6581)Jimmy Miller 2022-10-17YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun 2022-10-13fixes more clippy warnings (#6543)Jimmy Miller 2022-09-30A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller 2022-09-27YJIT: add assertion wrt label names (#6459)Maxime Chevalier-Boisvert 2022-09-01Let --yjit-dump-disasm=all dump ocb code as well (#6309)Takashi Kokubun 2022-08-29Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...Takashi Kokubun 2022-08-29Fix code invalidation while OOM and OOM simulation (https://github.com/Shopif...Alan Wu 2022-08-29Assert that the # of bytes matches for label refs (https://github.com/Shopify...Kevin Newton 2022-08-29Better label refs (https://github.com/Shopify/ruby/pull/310)Kevin Newton 2022-08-29More Arm64 lowering/backend work (https://github.com/Shopify/ruby/pull/307)Kevin Newton 2022-08-29Arm64 progress (https://github.com/Shopify/ruby/pull/304)Kevin Newton 2022-08-29MOVK, MOVZ, BR (https://github.com/Shopify/ruby/pull/296)Kevin Newton 2022-08-29Port gen_leave_exit(), add support for labels to backendMaxime Chevalier-Boisvert 2022-08-29* Arm64 Beginnings (https://github.com/Shopify/ruby/pull/291)Maxime Chevalier-Boisvert 2022-06-14YJIT: On-demand executable memory allocation; faster boot (#5944)Alan Wu 2022-04-29YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu 2022-04-29YJIT: Adopt Clippy suggestions we likeAlan Wu 2022-04-29YJIT: Do not create `CodeBlock.asm_comments` if the `asm_comments` feature is...Dmitry Dygalo 2022-04-27YJIT: Make add_comment() more conciseAlan Wu 2022-04-27Rust YJITAlan Wu