mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
fix(config): Include binary packages from current SDK version.
Currently building new releases can fail during the 'update_chroot' step because the release it is building doesn't have any binary packages yet. To avoid this add the current built SDK version as a second source for chroot binary packages.
This commit is contained in:
parent
742af4433c
commit
481f9f7901
@ -38,6 +38,7 @@ PORT_LOGDIR="/var/log/portage"
|
|||||||
|
|
||||||
PORTAGE_BINHOST="
|
PORTAGE_BINHOST="
|
||||||
http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_VERSION_STRING}/pkgs/
|
http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_VERSION_STRING}/pkgs/
|
||||||
|
http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_SDK_VERSION}/pkgs/
|
||||||
"
|
"
|
||||||
|
|
||||||
# Remove all .la files for non-plugin libraries.
|
# Remove all .la files for non-plugin libraries.
|
||||||
|
Loading…
Reference in New Issue
Block a user