diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-09-09 13:48:22 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-09-09 13:48:22 -0700 |
| commit | a734c04b385e8e679609318cb5fc4bdc3e5750ce (patch) | |
| tree | 07974d19fe5a36acfd7388597d3d0650735ed998 | |
| parent | 9d0b621b051c0f3cc356c9bedf081456f1d7dfd6 (diff) | |
Revert "ZJIT: Resurrect --seed to stabilize CI"
This reverts commit 9d0b621b051c0f3cc356c9bedf081456f1d7dfd6.
It didn't work for `make check`. I'll fix it in a PR.
| -rw-r--r-- | .github/workflows/zjit-macos.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/zjit-ubuntu.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml index 42d553b1b1..456854510e 100644 --- a/.github/workflows/zjit-macos.yml +++ b/.github/workflows/zjit-macos.yml @@ -35,7 +35,6 @@ jobs: - test_task: 'check' configure: '--enable-zjit=dev' run_opts: '--zjit-call-threshold=1' - testopts: '--seed=11831' specopts: '-T --zjit-call-threshold=1' - test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb diff --git a/.github/workflows/zjit-ubuntu.yml b/.github/workflows/zjit-ubuntu.yml index e2327f185a..8dd4d44fc5 100644 --- a/.github/workflows/zjit-ubuntu.yml +++ b/.github/workflows/zjit-ubuntu.yml @@ -54,7 +54,6 @@ jobs: - test_task: 'check' configure: '--enable-zjit=dev' run_opts: '--zjit-call-threshold=1' - testopts: '--seed=18140' specopts: '-T --zjit-call-threshold=1' - test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb |
