Skip to content

Commit

Permalink
[arm64] config changes (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
YonahGoldberg committed Apr 24, 2024
1 parent bf29923 commit 2a46bbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bin/dev/sense_host
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ if [[ "$PLATFORM" = "Linux x86_64" ]]; then
HOSTS="x86-linux x86-64-linux $HOSTS"
fi

if [[ "$PLATFORM" = "Linux aarch64" ]]; then
HOSTS="arm64-linux $HOSTS"
fi

JAVA=$(which java)

if [ ! -z "$JAVA" ]; then
Expand Down
3 changes: 2 additions & 1 deletion test/configure
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ if [ "$1" = "clean" ]; then
exit 0
fi

NATIVE_HOSTS="x86-linux x86-64-linux x86-darwin x86-64-darwin arm64-darwin"
NATIVE_HOSTS="x86-linux x86-64-linux x86-darwin x86-64-darwin arm64-linux arm64-darwin"

VIRGIL_LOC=${VIRGIL_LOC:=$(cd $(dirname ${BASH_SOURCE[0]}) && cd .. && pwd)}

function green() {
Expand Down

0 comments on commit 2a46bbf

Please sign in to comment.