mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
Merge pull request #1046 from marineam/ccache
update ccache, coreos-install, motdgen
This commit is contained in:
commit
71f80af9d5
@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~x86"
|
KEYWORDS="~amd64 ~arm ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="1a32fb31473faa263a96084e920b6b6427cbcded"
|
CROS_WORKON_COMMIT="dd60f41e724e931596d4d7a6dc0c8821b528eefc"
|
||||||
KEYWORDS="amd64 arm x86"
|
KEYWORDS="amd64 arm x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -112,3 +112,6 @@ dev-util/checkbashisms
|
|||||||
|
|
||||||
# >=3.16 required by docker 1.4
|
# >=3.16 required by docker 1.4
|
||||||
=sys-fs/btrfs-progs-3.17.1
|
=sys-fs/btrfs-progs-3.17.1
|
||||||
|
|
||||||
|
# ccache 3.1.9 (current stable) has a locking bug
|
||||||
|
=dev-util/ccache-3.2.1-r1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user