This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch valentindavid/overnight_build_arch in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit c04acf4ffb93f407482e849c09cb81b05ce7d61a Author: Valentin David <[email protected]> AuthorDate: Thu Dec 6 13:03:09 2018 +0100 .gitlab-ci.yml: Fix arch options for overnight freedesktop-sdk build --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7804f3..f3f14d8 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
