[Notes] [Git][BuildStream/buildstream][valentindavid/overnight_build_arch] .gitlab-ci.yml: Fix arch options for overnight freedesktop-sdk build



Title: GitLab

Valentin David pushed to branch valentindavid/overnight_build_arch at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -201,7 +201,7 @@ docs:
    201 201
     overnight-tests:
    
    202 202
       <<: *overnight-tests-template
    
    203 203
       script:
    
    204
    -  - make -C freedesktop-sdk
    
    204
    +  - make ARCH_OPTS="-o target_arch x86_64 -o bootstrap_target_arch x86_64" -C freedesktop-sdk
    
    205 205
       tags:
    
    206 206
       - overnight-tests
    
    207 207
     
    
    ... ... @@ -210,7 +210,7 @@ overnight-tests-no-cache:
    210 210
       script:
    
    211 211
       - sed -i '/artifacts:/,+1 d' freedesktop-sdk/bootstrap/project.conf
    
    212 212
       - sed -i '/artifacts:/,+1 d' freedesktop-sdk/project.conf
    
    213
    -  - make -C freedesktop-sdk
    
    213
    +  - make ARCH_OPTS="-o target_arch x86_64 -o bootstrap_target_arch x86_64" -C freedesktop-sdk
    
    214 214
       tags:
    
    215 215
       - overnight-tests
    
    216 216
     
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]