mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Reset caches
This commit is contained in:
parent
9b2a91f9b8
commit
ac8eeb3a93
1 changed files with 19 additions and 18 deletions
|
@ -27,8 +27,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: cache
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 52 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 53 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 56 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 57 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
no_output_timeout: 56m
|
no_output_timeout: 57m
|
||||||
command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/install -j2
|
command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/install -j2
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
|
@ -85,8 +85,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: cache
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 52 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 53 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 56 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 57 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
@ -142,8 +142,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: cache
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 52 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 53 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 56 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 57 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
@ -199,8 +199,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: cache
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 52 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 53 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 56 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 57 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
@ -256,8 +256,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: cache
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 52 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 53 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 56 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 57 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
@ -313,8 +313,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: cache
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 52 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 53 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 56 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 57 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
@ -372,8 +372,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: cache
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 52 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 53 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 56 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 57 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
@ -386,7 +386,8 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
git clone https://github.com/ysurac/openmptcprouter || true
|
git clone https://github.com/ysurac/openmptcprouter || true
|
||||||
cd openmptcprouter
|
cd openmptcprouter
|
||||||
git pull || true
|
git pull || tr
|
||||||
|
ue
|
||||||
export OMR_PATH="$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
export OMR_PATH="$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
||||||
export OMR_FEED_URL="$CIRCLE_REPOSITORY_URL"
|
export OMR_FEED_URL="$CIRCLE_REPOSITORY_URL"
|
||||||
export OMR_FEED_SRC="${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
export OMR_FEED_SRC="${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
||||||
|
@ -428,8 +429,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: cache
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 52 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 53 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 56 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 57 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue