summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-04-06 08:34:58 -0700
committerGitHub <noreply@github.com>2023-04-06 11:34:58 -0400
commit89bdf6e94cb36567478c509722fe98069402fb8e (patch)
tree633c8fd7d2ebe53e2ce5a9105e346f04068bc843 /.github
parent2a34bcaa1023c5f0b41774d8153b9625a4233c04 (diff)
downloadruby-89bdf6e94cb36567478c509722fe98069402fb8e.tar.gz
YJIT: Stack temp register allocation for arm64 (#7659)
* YJIT: Stack temp register allocation for arm64 * Update a comment Co-authored-by: Maxime Chevalier-Boisvert <maximechevalierb@gmail.com> * Update comments about assertion * Update a comment Co-authored-by: Maxime Chevalier-Boisvert <maximechevalierb@gmail.com> --------- Co-authored-by: Maxime Chevalier-Boisvert <maximechevalierb@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/yjit-ubuntu.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index ce811c8e7c..7734f86a5b 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.github/workflows/yjit-ubuntu.yml
@@ -78,10 +78,6 @@ jobs:
configure: "--enable-yjit=dev"
yjit_opts: "--yjit-call-threshold=1 --yjit-verify-ctx"
- - test_task: "check"
- configure: "--enable-yjit=dev"
- yjit_opts: "--yjit-call-threshold=1 --yjit-temp-regs=5"
-
- test_task: "test-all TESTS=--repeat-count=2"
configure: "--enable-yjit=dev"