We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417383d commit 96de081Copy full SHA for 96de081
.github/workflows/build.yml
@@ -16,4 +16,8 @@ jobs:
16
config: wahoo_defconfig
17
arch: arm64
18
aosp-gcc: false
19
+ other-gcc32-url: https://github.com/IDN-Labs/arm-linux-androideabi-4.9
20
+ other-gcc32-branch: "4.9.x"
21
+ other-gcc64-url: https://github.com/djb77/aarch64-linux-android-4.9
22
+ other-gcc64-branch: master
23
other-clang-url: "https://gitlab.com/kei-space/clang/r536225.git"
0 commit comments