Changeset 1a0966 in git for .github/workflows/ci-sage.yml
- Timestamp:
- Jul 24, 2020, 9:27:06 PM (3 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 46e4f42823d5801c64d87a8fc9cfa9102dbaf74d
- Parents:
- 662704d6238aefb332b84b140c56540960cb7754
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/ci-sage.yml
r662704 r1a0966 239 239 run: | 240 240 (export PATH=$(pwd)/build/bin:$PATH; (cd upstream && bash -x update-pkgs.sh) && sed -i.bak '/upstream/d' .dockerignore && echo "/:toolchain:/i ADD upstream upstream" | sed -i.bak -f - build/bin/write-dockerfile.sh && git diff) 241 - run: | 241 - name: Configure and build Sage distribution within a Docker container 242 run: | 242 243 set -o pipefail; EXTRA_DOCKER_BUILD_ARGS="--build-arg USE_MAKEFLAGS=\"-k V=0 SAGE_NUM_THREADS=3\"" tox -e $TOX_ENV -- $TARGETS 2>&1 | sed "/^configure: notice:/s|^|::warning file=artifacts/$LOGS_ARTIFACT_NAME/config.log::|;/^configure: warning:/s|^|::warning file=artifacts/$LOGS_ARTIFACT_NAME/config.log::|;/^configure: error:/s|^|::error file=artifacts/$LOGS_ARTIFACT_NAME/config.log::|;" 243 - name: Copy logs from the docker image or build container244 - name: Copy logs from the Docker image or build container 244 245 run: | 245 246 mkdir -p "artifacts/$LOGS_ARTIFACT_NAME" … … 258 259 .github/workflows/scan-logs.sh "artifacts/$LOGS_ARTIFACT_NAME" 259 260 if: always() 260 - name: Push docker images261 - name: Push Docker images 261 262 run: | 262 263 if [ -f .tox/$TOX_ENV/Dockertags ]; then
Note: See TracChangeset
for help on using the changeset viewer.