File tree Expand file tree Collapse file tree 6 files changed +45
-5
lines changed
Expand file tree Collapse file tree 6 files changed +45
-5
lines changed Original file line number Diff line number Diff line change @@ -297,4 +297,4 @@ jobs:
297297 - name : Run build
298298 run : |
299299 source android/android_env.sh ${{ matrix.arch }}
300- ceedling --mixin=android release --verbosity=debug
300+ ceedling --mixin=android-${{ matrix.arch }} release --verbosity=debug
Original file line number Diff line number Diff line change @@ -71,4 +71,6 @@ CONFIG_OPTS=()
7171CONFIG_OPTS+=(" --host=${CHOST} " )
7272CONFIG_OPTS+=($ARCH_OPTS )
7373
74+ export PATH=${TOOLCHAIN} :$PATH
75+
7476export CROSS_OPTS=${CONFIG_OPTS[@]}
Original file line number Diff line number Diff line change 1010:tools :
1111 :test_compiler :
1212 :executable : aarch64-linux-android21-clang
13- :test_linker :
14- :executable : aarch64-linux-android21-clang
1513 :release_compiler :
1614 :executable : aarch64-linux-android21-clang
17- :release_linker :
18- :executable : aarch64-linux-android21-clang
Original file line number Diff line number Diff line change 1+ --- # ceedling project file for android
2+
3+ :environment :
4+ - :HE_WOLFSSL_ADDL_CONF_FLAGS : >-
5+ --disable-crypttests #{ENV['CROSS_OPTS']}
6+ - :HE_PLATFORM_CFLAGS : -DFP_MAX_BITS=8192 -fomit-frame-pointer
7+ - :LIBS : -llog -landroid
8+
9+
10+ :tools :
11+ :test_compiler :
12+ :executable : armv7a-linux-androideabi21-clang
13+ :release_compiler :
14+ :executable : armv7a-linux-androideabi21-clang
Original file line number Diff line number Diff line change 1+ --- # ceedling project file for android
2+
3+ :environment :
4+ - :HE_WOLFSSL_ADDL_CONF_FLAGS : >-
5+ --disable-crypttests #{ENV['CROSS_OPTS']}
6+ - :HE_PLATFORM_CFLAGS : -DFP_MAX_BITS=8192 -fomit-frame-pointer
7+ - :LIBS : -llog -landroid
8+
9+
10+ :tools :
11+ :test_compiler :
12+ :executable : i686-linux-android21-clang
13+ :release_compiler :
14+ :executable : i686-linux-android21-clang
Original file line number Diff line number Diff line change 1+ --- # ceedling project file for android
2+
3+ :environment :
4+ - :HE_WOLFSSL_ADDL_CONF_FLAGS : >-
5+ --disable-crypttests #{ENV['CROSS_OPTS']}
6+ - :HE_PLATFORM_CFLAGS : -DFP_MAX_BITS=8192 -fomit-frame-pointer
7+ - :LIBS : -llog -landroid
8+
9+
10+ :tools :
11+ :test_compiler :
12+ :executable : x86_64-linux-android21-clang
13+ :release_compiler :
14+ :executable : x86_64-linux-android21-clang
You can’t perform that action at this time.
0 commit comments