summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2018-12-06 13:03:09 +0100
committerValentin David <valentin.david@codethink.co.uk>2018-12-06 13:05:09 +0100
commitc04acf4ffb93f407482e849c09cb81b05ce7d61a (patch)
tree4e83ea16f386b2b5d4c813bf42879c05e9c066ba
parentbea4d4f541ce6de41def7bb87c32613931877f2a (diff)
downloadbuildstream-valentindavid/overnight_build_arch.tar.gz
.gitlab-ci.yml: Fix arch options for overnight freedesktop-sdk buildvalentindavid/overnight_build_arch
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7804f38b..f3f14d892 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -201,7 +201,7 @@ docs:
overnight-tests:
<<: *overnight-tests-template
script:
- - make -C freedesktop-sdk
+ - make ARCH_OPTS="-o target_arch x86_64 -o bootstrap_target_arch x86_64" -C freedesktop-sdk
tags:
- overnight-tests
@@ -210,7 +210,7 @@ overnight-tests-no-cache:
script:
- sed -i '/artifacts:/,+1 d' freedesktop-sdk/bootstrap/project.conf
- sed -i '/artifacts:/,+1 d' freedesktop-sdk/project.conf
- - make -C freedesktop-sdk
+ - make ARCH_OPTS="-o target_arch x86_64 -o bootstrap_target_arch x86_64" -C freedesktop-sdk
tags:
- overnight-tests