Describe the issue
It looks like 6eee91e broke the "GraalVM gate" workflow which is now failing with:
Can not find /home/runner/work/graal/graal/sdk/mxbuild/linux-amd64/GRAALVM_CE0C781D19_JAVA11/graalvm-ce0c781d19-java11-21.2.0-dev/bin/native-image
Did you forget to build? Try `mx build`
Steps to reproduce the issue
To reproduce locally:
cd /tmp
git clone [email protected]:graalvm/mx.git --depth 1
git clone [email protected]:oracle/graal.git --depth 1
cd graal
../mx/mx --primary-suite-path substratevm native-image --help
Describe GraalVM and your environment:
- GraalVM version: 2b3fc59
- JDK major version: 11
- OS: Fedora 34
- Architecture: AMD64