mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 14:01:36 +02:00
docker: require btrfs-progs >= 3.16.1 for master branch
Current master (future 1.4 release) requires btrfs/version.h which is only available as-of 3.16.1 and later.
This commit is contained in:
parent
93a92510e6
commit
b29e64cc90
@ -13,9 +13,13 @@ CROS_WORKON_REPO="git://github.com"
|
|||||||
|
|
||||||
GITHUB_URI="github.com/crosbymichael/docker"
|
GITHUB_URI="github.com/crosbymichael/docker"
|
||||||
|
|
||||||
|
# TODO: Remove this logic once we cross the 1.4.0 threshold
|
||||||
|
BTRFS_VER="0.20"
|
||||||
|
|
||||||
if [[ ${PV} == *9999 ]]; then
|
if [[ ${PV} == *9999 ]]; then
|
||||||
DOCKER_GITCOMMIT="deadbee"
|
DOCKER_GITCOMMIT="deadbee"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
BTRFS_VER="3.16.1"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="39fa2faad2f3d6fa5133de4eb740677202f53ef4" # v1.3.2
|
CROS_WORKON_COMMIT="39fa2faad2f3d6fa5133de4eb740677202f53ef4" # v1.3.2
|
||||||
DOCKER_GITCOMMIT="39fa2fa"
|
DOCKER_GITCOMMIT="39fa2fa"
|
||||||
@ -38,7 +42,7 @@ DEPEND="
|
|||||||
${CDEPEND}
|
${CDEPEND}
|
||||||
>=dev-lang/go-1.2
|
>=dev-lang/go-1.2
|
||||||
btrfs? (
|
btrfs? (
|
||||||
>=sys-fs/btrfs-progs-0.20
|
>=sys-fs/btrfs-progs-${BTRFS_VER}
|
||||||
)
|
)
|
||||||
dev-vcs/git
|
dev-vcs/git
|
||||||
dev-vcs/mercurial
|
dev-vcs/mercurial
|
||||||
|
Loading…
x
Reference in New Issue
Block a user