Skip to content

Commit c91899a

Browse files
committed
updated ci
1 parent 941af1c commit c91899a

2 files changed

Lines changed: 22 additions & 14 deletions

File tree

.github/workflows/linux-precompile.yml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
include:
25+
# remember to change the `get_precompiled_nif_version/0` function in the `tflite_beam_precompiled` file
26+
# if upgrade the Erlang/OTP version to 26.x or later
27+
# 2.16 for OTP 24.x and 25.x
28+
# 2.17 for OTP 26.x
2529
- pair:
2630
otp: "25.x"
2731
arch_name: x86_64
@@ -68,18 +72,18 @@ jobs:
6872
target_abi: "gnueabihf"
6973
cc: "/usr/local/bin/nerves_toolchain_armv6_nerves_linux_gnueabihf-linux_x86_64-13.2.0/bin/armv6-nerves-linux-gnueabihf-gcc"
7074
cxx: "/usr/local/bin/nerves_toolchain_armv6_nerves_linux_gnueabihf-linux_x86_64-13.2.0/bin/armv6-nerves-linux-gnueabihf-g++"
71-
- pair:
72-
otp: "25.x"
73-
arch_name: riscv64
74-
cmake_toolchain_file: cc_toolchain/riscv64-nerves-linux-gnu.cmake
75-
c_compiler: riscv64-nerves-linux-gnu-gcc
76-
cpp_compiler: riscv64-nerves-linux-gnu-g++
77-
libedgetpu_library: "riscv64"
78-
target_arch: "riscv64"
79-
target_os: "linux"
80-
target_abi: "gnu"
81-
cc: "/usr/local/bin/nerves_toolchain_riscv64_nerves_linux_gnu-linux_x86_64-13.2.0/bin/riscv64-nerves-linux-gnu-gcc"
82-
cxx: "/usr/local/bin/nerves_toolchain_riscv64_nerves_linux_gnu-linux_x86_64-13.2.0/bin/riscv64-nerves-linux-gnu-g++"
75+
# - pair:
76+
# otp: "25.x"
77+
# arch_name: riscv64
78+
# cmake_toolchain_file: cc_toolchain/riscv64-nerves-linux-gnu.cmake
79+
# c_compiler: riscv64-nerves-linux-gnu-gcc
80+
# cpp_compiler: riscv64-nerves-linux-gnu-g++
81+
# libedgetpu_library: "riscv64"
82+
# target_arch: "riscv64"
83+
# target_os: "linux"
84+
# target_abi: "gnu"
85+
# cc: "/usr/local/bin/nerves_toolchain_riscv64_nerves_linux_gnu-linux_x86_64-13.2.0/bin/riscv64-nerves-linux-gnu-gcc"
86+
# cxx: "/usr/local/bin/nerves_toolchain_riscv64_nerves_linux_gnu-linux_x86_64-13.2.0/bin/riscv64-nerves-linux-gnu-g++"
8387

8488
steps:
8589
- name: Checkout

.github/workflows/macos-precompile.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
include:
25+
# remember to change the `get_precompiled_nif_version/0` function in the `tflite_beam_precompiled` file
26+
# if upgrade the Erlang/OTP version to 26.x or later
27+
# 2.16 for OTP 24.x and 25.x
28+
# 2.17 for OTP 26.x
2529
- pair:
26-
otp: "25.3.2.10"
30+
otp: "25.3.2.9"
2731
arch: x86_64
2832
libedgetpu_library: darwin_x86_64
2933
- pair:
30-
otp: "25.3.2.10"
34+
otp: "25.3.2.9"
3135
arch: aarch64
3236
libedgetpu_library: darwin_arm64
3337

0 commit comments

Comments
 (0)