mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ci): don't retry cross-compile
This commit is contained in:
committed by
Łukasz Mierzwa
parent
cce3582057
commit
782d8bf1b3
@@ -212,7 +212,7 @@ jobs:
|
||||
# prune GOCACHE if it gets too big
|
||||
- ./scripts/prune-go-cache.sh
|
||||
- export SOURCE_DATE_EPOCH=$(git show -s --format=%ci ${TRAVIS_TAG:-${TRAVIS_COMMIT}}^{commit})
|
||||
- travis_retry make crosscompile -j 2
|
||||
- make crosscompile -j 2
|
||||
- for i in karma-*; do tar --mtime="${SOURCE_DATE_EPOCH}" --owner=0 --group=0 --numeric-owner -c $i | gzip -n - > $i.tar.gz; done
|
||||
- shasum -a 512 karma-*.tar.gz | tee sha512sum.txt
|
||||
# verify that there are no uncommited changes
|
||||
|
||||
Reference in New Issue
Block a user