mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Reset caches
This commit is contained in:
parent
23589485cf
commit
fc2d50366c
1 changed files with 15 additions and 15 deletions
|
@ -27,8 +27,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 47 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 51 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 48 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 52 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
|
||||
- run:
|
||||
name: Build
|
||||
no_output_timeout: 51m
|
||||
no_output_timeout: 52m
|
||||
command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/install -j2
|
||||
|
||||
- run:
|
||||
|
@ -85,8 +85,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 47 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 51 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 48 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 52 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -142,8 +142,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 47 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 51 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 48 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 52 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -199,8 +199,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 47 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 51 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 48 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 52 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -256,8 +256,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 47 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 51 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 48 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 52 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -313,8 +313,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 47 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 51 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 48 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 52 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -369,8 +369,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 47 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 51 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 48 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 52 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
|
Loading…
Reference in a new issue