Skip to content

Commit 2ac2041

Browse files
committed
Merge pull request #1531 from bettio/minimum-working-bsd
CI: reduce the scope of FreeBSD CI tests Right now complete FreeBSD workflow fail, so exclude `test_http_server` so we can run the rest of the tests on FreeBSD. Let's readd http_test as soon as #1500 is fixed. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents c5030c4 + 54656b6 commit 2ac2041

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test-on-freebsd.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
copyback: false
6262

6363
prepare: |
64-
pkg install -y curl cmake gperf erlang elixir rebar3 mbedtls
64+
pkg install -y curl cmake gperf erlang elixir rebar3 mbedtls3
6565
6666
run: |
6767
set -e
@@ -80,6 +80,8 @@ jobs:
8080
echo "**hw.ncpu:**"
8181
sysctl -n hw.ncpu
8282
83+
sed -i '' 's/test_http_server/%test_http_server/g' tests/libs/eavmlib/tests.erl
84+
8385
echo "%%"
8486
echo "%% Running CMake ..."
8587
echo "%%"

0 commit comments

Comments
 (0)