Skip to content

Commit 7792a23

Browse files
Merge pull request #77 from Distributive-Network/Xmader/chore/spidermonkey-102.13
chore: upgrade SpiderMonkey to 102.13.0 ESR
2 parents 31a8750 + 53a76d7 commit 7792a23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
path: |
4242
./_spidermonkey_install/*
43-
key: spidermonkey-${{ runner.os }}-${{ runner.arch }}
43+
key: spidermonkey102.13-${{ runner.os }}-${{ runner.arch }}
4444
lookup-only: true # skip download
4545
- name: Setup Poetry
4646
if: ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
path: |
6262
./_spidermonkey_install/*
63-
key: spidermonkey-${{ runner.os }}-${{ runner.arch }}
63+
key: spidermonkey102.13-${{ runner.os }}-${{ runner.arch }}
6464
lookup-only: true # skip download
6565
- name: Setup Poetry
6666
if: ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
path: |
137137
./_spidermonkey_install/*
138-
key: spidermonkey-${{ runner.os }}-${{ runner.arch }}
138+
key: spidermonkey102.13-${{ runner.os }}-${{ runner.arch }}
139139
fail-on-cache-miss: true # SpiderMonkey is expected to be cached in its dedicated job
140140
- name: Build pminit
141141
run: |

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ poetry self add "poetry-dynamic-versioning[plugin]"
2727
echo "Done installing dependencies"
2828

2929
echo "Downloading spidermonkey source code"
30-
wget -c -q https://ftp.mozilla.org/pub/firefox/releases/102.11.0esr/source/firefox-102.11.0esr.source.tar.xz
30+
wget -c -q https://ftp.mozilla.org/pub/firefox/releases/102.13.0esr/source/firefox-102.13.0esr.source.tar.xz
3131
mkdir -p firefox-source
32-
tar xf firefox-102.11.0esr.source.tar.xz -C firefox-source --strip-components=1 # strip the root folder
32+
tar xf firefox-102.13.0esr.source.tar.xz -C firefox-source --strip-components=1 # strip the root folder
3333
echo "Done downloading spidermonkey source code"
3434

3535
echo "Building spidermonkey"

0 commit comments

Comments
 (0)