babashka-sci-dev

borkdude 2023-11-02T13:44:35.604979Z

@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

👍🏾 1
ericdallo 2023-11-02T13:46:05.241959Z

@borkdude correct me if I'm wrong, but if we pgo-instrument before each release that won't happen?

borkdude 2023-11-02T13:46:40.053609Z

@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

👍 1