[Notes] [Git][BuildStream/buildstream][chandan/toxify] fixup! WIP: gitlab-ci: install gcc



Title: GitLab

Chandan Singh pushed to branch chandan/toxify at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -34,7 +34,8 @@ variables:
    34 34
       # Install tox
    
    35 35
       - pip3 install tox
    
    36 36
       # Install compiler
    
    37
    -  - { apt-get update && apt-get install -y gcc } || { yum install -y gcc }
    
    37
    +  -
    
    38
    +  bash -c '{ apt-get update && apt-get install -y gcc } || { yum install -y gcc }'
    
    38 39
     
    
    39 40
       script:
    
    40 41
       - useradd -Um buildstream
    



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