mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
ci-automation: Align CONTAINER_*_ROOT with usual location
The SDK container bind mounts __build__/images to the containers image directory, but the CI uses a different path for images. This causes issues when building the oem sysext, because it requires mounting an overlayfs. The current path (~/build/...) is an overlayfs and an ovlerayfs can't be an upper directory. Align the CONTAINER_IMAGE_ROOT and CONTAINER_TORCX_ROOT values with standard practices to that oem sysext building in jenkins ci works. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
b3675dc41d
commit
ea354d9a8a
@ -28,8 +28,8 @@ CI_GIT_AUTHOR="flatcar-ci"
|
||||
CI_GIT_EMAIL="infra+ci@flatcar-linux.org"
|
||||
|
||||
# build artifacts go here (in container)
|
||||
CONTAINER_TORCX_ROOT="/home/sdk/build/torcx"
|
||||
CONTAINER_IMAGE_ROOT="/home/sdk/build/images"
|
||||
CONTAINER_TORCX_ROOT="/home/sdk/trunk/src/build/torcx"
|
||||
CONTAINER_IMAGE_ROOT="/home/sdk/trunk/src/build/images"
|
||||
|
||||
# Set it to "1" or "true" or "t" or "y" or "yes" to always run a full
|
||||
# nightly build. Any other value will allow build shortcuts.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user