ci(java/binding): Use zigbuild for glibc 2.17 support#3664
Conversation
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
|
Great! :) readelf -s libopendal_java.so | grep GLIBC | grep -v GLIBCXX
2: 0000000000000000 0 FUNC GLOBAL DEFAULT UND memcpy@GLIBC_2.14 (2)
3: 0000000000000000 0 FUNC GLOBAL DEFAULT UND bcmp@GLIBC_2.2.5 (3)
4: 0000000000000000 0 FUNC GLOBAL DEFAULT UND close@GLIBC_2.2.5 (4)
... |
|
It'd be nice to confirm that it loads fine on an arm64 host or docker container. |
Maybe @amunra can help verify this? The artifacts could be found at https://github.com/apache/incubator-opendal/actions/runs/6977208547 |
|
I'm on vacation, I can take a look once I'm back tail end of next week. This is awesome, btw! |
Hope you have a great holiday! |
|
I got this error in docker: |
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Which container are you using? Would you like to try again? I fixed a rocksdb related issue in recent commits. |
Ubuntu 22.04 aarch64, works fine now. |
Great! |
|
cc @tisonkun, would you like to take another look? |
Fix #3663