CI: use the 'safe_docker' tag to build docker images

Otherwise, the resulting binary may throws SIGILL.
This commit is contained in:
Grégoire Henry 2018-01-28 20:57:04 +01:00
parent 55db2dbf18
commit 6e7ca5ddaf

View File

@ -27,7 +27,7 @@ stages:
- apk add --no-cache curl jq - apk add --no-cache curl jq
- . ./scripts/version.sh - . ./scripts/version.sh
tags: tags:
- docker - safe_docker
prepare:opam: prepare:opam:
<<: *dind_definition <<: *dind_definition
@ -59,6 +59,8 @@ build_deps:
- if [ "${CI_PROJECT_PATH}" = "tezos/tezos" ] ; then - if [ "${CI_PROJECT_PATH}" = "tezos/tezos" ] ; then
./scripts/apply_patch.sh "${CI_COMMIT_REF_NAME}" ; ./scripts/apply_patch.sh "${CI_COMMIT_REF_NAME}" ;
fi fi
tags:
- gitlab-org
## Tezos ## Tezos
@ -169,6 +171,8 @@ test:proto:sandbox:
- opam depext --yes ${package} - opam depext --yes ${package}
- opam install --yes --deps-only ${package} - opam install --yes --deps-only ${package}
- opam install --yes --with-test ${package} - opam install --yes --with-test ${package}
tags:
- gitlab-org
opam:01:ocplib-resto: opam:01:ocplib-resto:
<<: *opam_definition <<: *opam_definition
@ -387,6 +391,8 @@ publish:github:
./scripts/apply_patch.sh "${CI_COMMIT_REF_NAME}" ; ./scripts/apply_patch.sh "${CI_COMMIT_REF_NAME}" ;
fi fi
- git push git@github.com:tezos/tezos.git -f HEAD:${CI_COMMIT_REF_NAME} - git push git@github.com:tezos/tezos.git -f HEAD:${CI_COMMIT_REF_NAME}
tags:
- gitlab-org
## Publish docs to gitlab... ## Publish docs to gitlab...
@ -405,6 +411,8 @@ publish:pages:
- sudo ln -s /usr/bin/sphinx-build-3 /usr/bin/sphinx-build - sudo ln -s /usr/bin/sphinx-build-3 /usr/bin/sphinx-build
- opam install odoc - opam install odoc
- make doc-html && sudo mv docs/_build "${CI_PROJECT_DIR}"/public - make doc-html && sudo mv docs/_build "${CI_PROJECT_DIR}"/public
tags:
- gitlab-org
## Relaunching the bootstrap servers of the alphanet.zeronet ## Relaunching the bootstrap servers of the alphanet.zeronet
@ -425,6 +433,8 @@ publish:pages:
- echo "${CI_SSH_CONFIG}" | tr -d "\r" > ~/.ssh/config - echo "${CI_SSH_CONFIG}" | tr -d "\r" > ~/.ssh/config
- chmod 600 ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519
allow_failure: true allow_failure: true
tags:
- gitlab-org
deploy:bootstrap1: deploy:bootstrap1:
<<: *bootstrap_definition <<: *bootstrap_definition