You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/04/09 16:09:01 UTC

[camel-quarkus] 04/05: org.apache.hbase.thirdparty.io.netty.channel.unix.Errors: bind(..) failed: Cannot assign requested address #2458

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit afa2e7e71c21559ae1021c4758768b430f6e2e1c
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Fri Apr 9 14:42:28 2021 +0200

    org.apache.hbase.thirdparty.io.netty.channel.unix.Errors: bind(..) failed: Cannot assign requested address #2458
---
 .github/workflows/ci-build.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 0a20cdd..d461bde 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -267,6 +267,9 @@ jobs:
           hostname
           hostname -f
           hostname -A
+          HOSTS_LINE="127.0.0.1 $(hostname -f) $(hostname -A)"
+          echo "HOSTS_LINE=$HOSTS_LINE"
+          echo "${HOSTS_LINE}" | sudo tee -a /etc/hosts
           cat /etc/hosts
       - name: cd extensions-jvm && mvn clean test
         run: |