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:
297
297
- name : Run build
298
298
run : |
299
299
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=()
71
71
CONFIG_OPTS+=(" --host=${CHOST} " )
72
72
CONFIG_OPTS+=($ARCH_OPTS )
73
73
74
+ export PATH=${TOOLCHAIN} :$PATH
75
+
74
76
export CROSS_OPTS=${CONFIG_OPTS[@]}
Original file line number Diff line number Diff line change 10
10
:tools :
11
11
:test_compiler :
12
12
:executable : aarch64-linux-android21-clang
13
- :test_linker :
14
- :executable : aarch64-linux-android21-clang
15
13
:release_compiler :
16
14
: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