Skip to content
Snippets Groups Projects
Commit 3b315875 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Spell cache-file correctly.

parent 17451dfd
No related branches found
No related tags found
No related merge requests found
Pipeline #6195 failed
...@@ -40,7 +40,7 @@ spec: ...@@ -40,7 +40,7 @@ spec:
script: script:
- cd 3rdp/build - cd 3rdp/build
- touch depend - touch depend
- $[[ inputs.gnu_make ]] $[[ inputs.build_flags ]] JS_CONFIGURE_ARGS="--config-file=smconfig.cache" $BUILD_ARGS libmozjs - $[[ inputs.gnu_make ]] $[[ inputs.build_flags ]] JS_CONFIGURE_ARGS="--cache-file=smconfig.cache" $BUILD_ARGS libmozjs
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
name: "spidermonkey-$[[ inputs.os ]]-$[[ inputs.platform ]]" name: "spidermonkey-$[[ inputs.os ]]-$[[ inputs.platform ]]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment