Closed zakkak closed 4 months ago
CI failures should be fixed by https://github.com/oracle/graal/pull/9315 I will update mandrel/24.1 and rerun
Now we get a different error:
/usr/bin/ld: hellostrict.o:(.data+0x60): undefined reference to `svm_container_physical_memory'
/usr/bin/ld: hellostrict.o:(.data+0x158): undefined reference to `svm_container_active_processor_count'
/usr/bin/ld: hellostrict.o:(.data+0x528): undefined reference to `svm_container_initialize'
collect2: error: ld returned 1 exit status
It looks like mandrel/24.1
with JDK 23+31 is broken (but not yet caught by the CI which runs on a weekly manner)
/usr/bin/ld: hellostrict.o:(.data+0x60): undefined reference to
svm_container_physical_memory' /usr/bin/ld: hellostrict.o:(.data+0x158): undefined reference to
svm_container_active_processor_count' /usr/bin/ld: hellostrict.o:(.data+0x528): undefined reference to `svm_container_initialize' collect2: error: ld returned 1 exit status
This would be fixed by a backport of https://github.com/graalvm/mandrel-packaging/pull/430
It looks like
mandrel/24.1
with JDK 23+31 is broken (but not yet caught by the CI which runs on a weekly manner)
Unfortunately, yes. Not sure if we should test 24.1 nightly?
It looks like
mandrel/24.1
with JDK 23+31 is broken (but not yet caught by the CI which runs on a weekly manner)Unfortunately, yes. Not sure if we should test 24.1 nightly?
Things are not moving that fast there, IMHO running once a week (plus on the manual syncs I do with upstream) is OK.
It looks like
mandrel/24.1
with JDK 23+31 is broken (but not yet caught by the CI which runs on a weekly manner)Unfortunately, yes. Not sure if we should test 24.1 nightly?
Things are not moving that fast there, IMHO running once a week (plus on the manual syncs I do with upstream) is OK.
OK.
This would be fixed by a backport of #430
Apparently the CI pipeline was still trying to build graal/master
.
This would be fixed by a backport of #430
Apparently the CI pipeline was still trying to build
graal/master
.
Ah, makes sense.
Backport of https://github.com/graalvm/mandrel-packaging/pull/435
(cherry picked from commit 48c154e09da76394c09f3ed9b1ae03ed699d0df5)