Skip to content

Commit

Permalink
Merge pull request #8 from hez2010/patch-2
Browse files Browse the repository at this point in the history
Disable AOT build for trunk
  • Loading branch information
mattgodbolt authored Oct 8, 2023
2 parents 7e3f142 + c000987 commit a9c595c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if echo "${VERSION}" | grep -q 'trunk'; then
VERSION=trunk-"$TIMESTAMP"
BRANCH=main
VERSION_WITHOUT_V="${VERSION}"
AOT_BUILD_NEEDED=1
else
BRANCH="${VERSION}"
VERSION_WITHOUT_V="${VERSION:1}"
Expand Down

0 comments on commit a9c595c

Please sign in to comment.