mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
rocket: bump to 0.4.1
Force cgo off for now, enabling cgo requires replacing the build script.
This commit is contained in:
parent
dd30e80f96
commit
1ecb32ac24
@ -10,7 +10,7 @@ inherit cros-workon
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="c94b5338411a3dbfb0d9cf62e9066fb837c1baae" # v0.3.2
|
CROS_WORKON_COMMIT="258f946e3c85918e2dbf1920ae3c2bfe64ab2a14" # v0.4.1
|
||||||
KEYWORDS="amd64"
|
KEYWORDS="amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ src_unpack() {
|
|||||||
# TODO: Use or adapt coreos-go.eclass so we have half a chance of
|
# TODO: Use or adapt coreos-go.eclass so we have half a chance of
|
||||||
# cross-compiling builds working
|
# cross-compiling builds working
|
||||||
src_compile() {
|
src_compile() {
|
||||||
RKT_STAGE1_IMAGE=/usr/share/rkt/stage1.aci ./build || die
|
RKT_STAGE1_IMAGE=/usr/share/rkt/stage1.aci CGO_ENABLED=0 ./build || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user