Skip to content

Commit 6330d9f

Browse files
committed
Merge pull request #2056 from petermm/fix-freebsd-ci-nxdomain
CI: Fix freebsd nxdomain failure 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 2e32fe9 + 66a6648 commit 6330d9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
run: |
6666
pkg install -y curl cmake gperf erlang elixir rebar3 mbedtls3
6767
68+
- name: "Add hostname to /etc/hosts for distribution tests"
69+
shell: freebsd {0}
70+
run: |
71+
echo "127.0.0.1 $(hostname)" >> /etc/hosts
72+
6873
- name: "System info"
6974
shell: freebsd {0}
7075
run: |

0 commit comments

Comments
 (0)