Sprinterfreak
97388a874b
Upgrading the build-runner likely causes a restart of the build-runner control process resulting in an orphaned build process. The build will fail after timeout.
7 lines
346 B
YAML
7 lines
346 B
YAML
before_script:
|
|
- sudo apt-get update -qq && sudo apt-get install -y -qq build-essential gawk unzip libncurses-dev libz-dev libssl-dev wget git subversion python-pip python3-pip
|
|
|
|
fullbuild:
|
|
script:
|
|
- make V=s FORCE_UNSAFE_CONFIGURE=1 GLUON_BRANCH=experimental GLUON_RELEASE=v2018.2.1 GLUON_GIT_REF=e81d1a390fdc958ba789ba69b449112ac6caca0d
|