@rahul080327 FYI, I changed some build scripts to use /graalvm-$GRAALVM_VERSION as the downloaded directory since upgrading graal didn't work due to caching of the /graalvm directory
Also PGO was disabled, I found that had caused another bug when re-using profiles over multiple builds.
@ericdallo if you're doing that, expect bugs with core.async etc
@borkdude correct me if I'm wrong, but if we pgo-instrument before each release that won't happen?
@ericdallo I think you'll be fine in that case, the build will just take a lot longer since you have to build the binary twice