Skip to content

Add prebuild CI job

Julius Künzel requested to merge jlskuz/kshim:work/ci-pbadroid into master

We need the prebuild binary as a host tool for Android hence it runs on the android docker image and must be compatible with it. The best way to guarantee this is to compile it on that very image.

Avoids incompatibilities as

/home/user/craft/qt5-dev/android-arm64-clang/dev-utils/bin/kshimgen: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /home/user/craft/qt5-dev/android-arm64-clang/dev-utils/bin/kshimgen)

which occurred when we compiled the prebuild binary on the regular opensuse linux ci image.

Edited by Julius Künzel

Merge request reports