Skip to content

Commit

Permalink
Merge pull request #15 from hez2010/patch-4
Browse files Browse the repository at this point in the history
Disable AOT build
  • Loading branch information
partouf authored May 23, 2024
2 parents f6b5ec2 + 7ba2eee commit d880456
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ if echo "${VERSION}" | grep -q 'trunk'; then
VERSION=trunk-"$TIMESTAMP"
BRANCH=main
VERSION_WITHOUT_V="${VERSION}"
AOT_BUILD_NEEDED=0
else
BRANCH="${VERSION}"
VERSION_WITHOUT_V="${VERSION:1}"
MAJOR_VERSION="${VERSION_WITHOUT_V%%.*}"
if [[ "${MAJOR_VERSION}" -lt 8 ]]; then OS=Linux; fi
if [[ "${MAJOR_VERSION}" -ge 7 ]]; then AOT_BUILD_NEEDED=1; fi
fi

URL=https://github.com/dotnet/runtime.git
Expand Down

0 comments on commit d880456

Please sign in to comment.