mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-11 13:15:17 +00:00
CIs: Replace cache fingerprints so cache is reusable between builds (fix save_cache)
This commit is contained in:
commit
7941dac328
@ -12,7 +12,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: heads-{{ .Branch }}{{ .Environment.CACHE_VERSION }}
|
key: heads-{{ .Environment.CIRCLE_USERNAME }}-{{ .Environment.CACHE_VERSION }}
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: git reset
|
name: git reset
|
||||||
@ -154,7 +154,7 @@ jobs:
|
|||||||
path: build/qemu-coreboot
|
path: build/qemu-coreboot
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: heads-{{ .Branch }}{{ .Environment.CACHE_VERSION }}
|
key: heads-{{ .Environment.CIRCLE_USERNAME }}{{ .Environment.CACHE_VERSION }}
|
||||||
paths:
|
paths:
|
||||||
- packages
|
- packages
|
||||||
- crossgcc
|
- crossgcc
|
||||||
|
@ -14,7 +14,7 @@ build:
|
|||||||
- packages
|
- packages
|
||||||
- crossgcc
|
- crossgcc
|
||||||
- build
|
- build
|
||||||
key: "$CI_COMMIT_REF_SLUG"
|
key: "heads-$GITLAB_USER_LOGIN"
|
||||||
script:
|
script:
|
||||||
- dnf install -y @development-tools gcc-c++ gcc-gnat zlib-devel perl-Digest-MD5 perl-Digest-SHA uuid-devel pcsc-tools ncurses-devel lbzip2 libuuid-devel lzma elfutils-libelf-devel bc bzip2 bison flex git gnupg iasl m4 nasm patch python wget libusb-devel cmake automake pv bsdiff autoconf libtool cpio texinfo
|
- dnf install -y @development-tools gcc-c++ gcc-gnat zlib-devel perl-Digest-MD5 perl-Digest-SHA uuid-devel pcsc-tools ncurses-devel lbzip2 libuuid-devel lzma elfutils-libelf-devel bc bzip2 bison flex git gnupg iasl m4 nasm patch python wget libusb-devel cmake automake pv bsdiff autoconf libtool cpio texinfo
|
||||||
- git fetch origin
|
- git fetch origin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user