Skip to content

Commit 83818af

Browse files
author
Jake Champion
committed
use hard-coded 'release' profile for building spidermonkey during a release-please run
1 parent be0c51e commit 83818af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ jobs:
4848
id: sm-cache
4949
with:
5050
path: |
51-
c-dependencies/spidermonkey/${{ matrix.profile }}
51+
c-dependencies/spidermonkey/release
5252
key: cache-${{ hashFiles(
5353
'c-dependencies/spidermonkey/build-engine.sh',
5454
'c-dependencies/spidermonkey/gecko-revision',
5555
'c-dependencies/spidermonkey/object-files.list',
5656
'c-dependencies/rust-toolchain.toml'
57-
) }}-${{ matrix.profile }}
57+
) }}-release
5858

5959
- name: "Build SpiderMonkey"
6060
if: ${{ steps.release.outputs.release_created && steps.sm-cache.outputs.cache-hit != 'true' }}
6161
run: |
6262
cd c-dependencies/spidermonkey/
63-
bash ./build-engine.sh ${{ matrix.profile }}
63+
bash ./build-engine.sh release
6464
6565
- name: "Install wasi-sdk (linux)"
6666
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)