File tree Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ SCRIPTS := .travis.sh \
88 do_clang_build.bash \
99 push_ccache.bash \
1010 pull_ccache.bash \
11- most_recent_tag.bash \
1211 s3_download.bash \
1312
1413all : check base build
Original file line number Diff line number Diff line change 1+ v17
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if [[ -z "${VARIANT:-}" ]]; then
4040 exit 1
4141fi
4242
43- BUILD_VERSION=" $( ./most_recent_tag.bash ) "
43+ BUILD_VERSION=" $( cat build_tag ) "
4444ARCH=" ${ARCH// \\ ;/ -} "
4545
4646CCACHE_ARCHIVE=" ccache-${VARIANT} -${ARCH} -${BUILD_VERSION} .tbz2"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ if [[ -z "${VARIANT:-}" ]]; then
4242 exit 1
4343fi
4444
45- BUILD_VERSION=" $( ./most_recent_tag.bash ) "
45+ BUILD_VERSION=" $( cat build_tag ) "
4646ARCH=" ${ARCH// \\ ;/ -} "
4747
4848CCACHE_ARCHIVE=" ccache-${VARIANT} -${ARCH} -${BUILD_VERSION} .tbz2"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -xe
1818REPO=" ${PWD##*/ } "
1919BUCKET=" ${BUCKET:- llvm-obfuscator-arm} "
2020
21- BUILD_VERSION=" $( ./most_recent_tag.bash ) "
21+ BUILD_VERSION=" $( cat build_tag ) "
2222BUILD_PATH=" $REPO /$BUILD_VERSION "
2323if [[ ! -z " $PRODUCT_VERSION " ]]; then
2424 BUILD_PATH=" $BUILD_PATH /$PRODUCT_VERSION "
You can’t perform that action at this time.
0 commit comments