Skip to content

Commit

Permalink
build linux artifact using static mbedtls
Browse files Browse the repository at this point in the history
  • Loading branch information
bettio committed Nov 21, 2023
1 parent 553707b commit 7d923c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
cmake --version &&
mkdir -p build &&
cd build &&
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo ${{ matrix.cmake_opts }} &&
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DAVM_STATIC_MBEDTLS=ON ${{ matrix.cmake_opts }} &&
cp ../build_tests/tests/erlang_tests/*.beam tests/erlang_tests/ &&
cp ../build_tests/tests/erlang_tests/code_load/*.{avm,beam,hrl} tests/erlang_tests/code_load/ &&
mkdir -p tests/erlang_tests/code_load/beams/ &&
Expand Down

0 comments on commit 7d923c5

Please sign in to comment.