From e6d4af1a674a5586cac484a94b2a40e76e5a3eb9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 12 Mar 2023 17:09:17 -0700 Subject: Cirrus: more build improvements. Name artifact directories with the architecture type. --- linux/make_artifacts.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'linux') diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index e10d5b907..6d3c48954 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -17,18 +17,10 @@ case "$MACHINE" in *) ARCHITECTURE=unknown;; esac -ARTIFACTS="$WORK/linux/artifacts" +ARTIFACTS="$WORK/linux-${ARCHITECTURE}" echo "Creating $ARTIFACTS directory" mkdir -p $ARTIFACTS -# This is our sentinel that tells us when we're done. -rm -f $ARTIFACTS/DONE - -clean_up() { - echo "Exiting with error..." -} -trap clean_up EXIT - echo "Copying and stripping pandoc binary" cp "$BINPATH" "$ARTIFACTS/pandoc" strip "$ARTIFACTS/pandoc" -- cgit v1.2.3