Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
account for <os>-<arch> directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dougxc authored Nov 29, 2017
1 parent d3f4c17 commit c3ba2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mx --primary-suite graal-jvmci-8 --vm=server -v unittest

# Build tar.gz archive
export JVMCI_JDK_HOME=$(mx --primary-suite graal-jvmci-8 jdkhome)
export PREFIX="$(basename $(dirname ${JVMCI_JDK_HOME}))-jvmci-${JVMCI_VERSION}"
export PREFIX="$(basename $(dirname $(dirname ${JVMCI_JDK_HOME})))-jvmci-${JVMCI_VERSION}"
export CI_ARCH="amd64"
export CI_OS=${TRAVIS_OS_NAME}
if [ "${CI_OS}" != "linux" ]; then echo "Unsupported OS: ${CI_OS}"; exit 1; fi
Expand Down

0 comments on commit c3ba2c3

Please sign in to comment.