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

Attempt to cache the autoconf cache.

parent ee440f13
No related branches found
No related tags found
No related merge requests found
Pipeline #6194 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 ]] $BUILD_ARGS libmozjs - $[[ inputs.gnu_make ]] $[[ inputs.build_flags ]] JS_CONFIGURE_ARGS="--config-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 ]]"
...@@ -50,6 +50,10 @@ spec: ...@@ -50,6 +50,10 @@ spec:
- if: '"$[[ inputs.no_javascript ]]" == "yes"' - if: '"$[[ inputs.no_javascript ]]" == "yes"'
when: never when: never
- !reference [.rules, rules] - !reference [.rules, rules]
cache:
key: $CI_JOB_NAME
paths:
- 3rdp/build/smconfig.cache
"$[[ inputs.os ]]-$[[ inputs.platform ]] [cryptlib]": "$[[ inputs.os ]]-$[[ inputs.platform ]] [cryptlib]":
extends: extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment