mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Reset CircleCI caches
This commit is contained in:
parent
6d6defe801
commit
6b3bb6eda8
1 changed files with 17 additions and 17 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
sudo rm -rf /var/lib/apt/lists/lock
|
||||
sudo apt-get update
|
||||
sudo rm -rf /var/lib/apt/lists/lock
|
||||
sudo apt-get install -yq build-essential git unzip ncurses-dev libz-dev libssl-dev python subversion gettext gawk wget curl rsync perl libelf-dev python3.5 libpython3.5-stdlib
|
||||
sudo apt-get install -yq build-essential git unzip ncurses-dev libz-dev libssl-dev python subversion gettext gawk wget curl rsync perl libelf-dev python3.5 libpython3.5-stdlib liblzma-dev
|
||||
pyenv global 3.5.2
|
||||
|
||||
build_x86_64:
|
||||
|
@ -30,8 +30,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 75 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 78 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 76 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 79 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -92,8 +92,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 75 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 78 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 76 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 79 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -152,8 +152,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 75 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 78 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 76 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 79 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -212,8 +212,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 75 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 78 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 76 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 79 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -272,8 +272,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 75 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 78 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 76 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 79 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -332,8 +332,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 75 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 78 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 76 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 79 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -395,8 +395,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 75 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 78 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 76 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 79 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -454,8 +454,8 @@ jobs:
|
|||
- run:
|
||||
name: cache
|
||||
command: |
|
||||
echo "cache 75 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 78 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
echo "cache 76 $OMR_KERNEL $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 79 $OMR_KERNEL $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
|
Loading…
Reference in a new issue