Skip to content

Commit 8d81400

Browse files
Jake ChampionJakeChampion
authored andcommitted
chore: use engine-release for regex sdk-tests whilst we wait fore firefox 108 to be released
the current version of spidermonkey has a low value set for `wasiRecursionDepthLimit`, which is reached when we run in debug mode on the regex application. Firefox 108 has increased the value of `wasiRecursionDepthLimit` (https://bugzilla.mozilla.org/show_bug.cgi?id=1803438) and the new value would mean we can use debug builds on the regex application. The releas is planned for jan 17th — https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/109
1 parent 311b84c commit 8d81400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- name: Download Engine
219219
uses: actions/download-artifact@v3
220220
with:
221-
name: engine-debug
221+
name: ${{ matrix.fixture == 'regex' && 'engine-release' || 'engine-debug' }}
222222
- run: yarn
223223

224224
- name: js-compute Integration Tests Job

0 commit comments

Comments
 (0)