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

Don't cache spidermonkey configure results

Appears to break builds sometimes.
parent 3fffa30c
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ spec:
script:
- cd 3rdp/build
- touch depend
- JS_CONFIGURE_ARGS="--cache-file=../../../../../build/smconfig.cache" $[[ inputs.gnu_make ]] $[[ inputs.build_flags ]] $BUILD_ARGS libmozjs
- $[[ inputs.gnu_make ]] $[[ inputs.build_flags ]] $BUILD_ARGS libmozjs
- mkdir -p "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}"
- cd ../..
- tar -czf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/spidermonkey.tgz" 3rdp/*.release/mozjs
......@@ -56,10 +56,6 @@ spec:
- if: '"$[[ inputs.no_javascript ]]" == "yes"'
when: never
- !reference [.rules, rules]
cache:
key: $CI_JOB_NAME
paths:
- 3rdp/build/smconfig.cache*
"$[[ inputs.os ]]-$[[ inputs.platform ]] [cryptlib]":
extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment