Removed localhost candidates hack for macOS

This commit is contained in:
Paul-Louis Ageneau
2020-06-14 12:40:14 +02:00
parent 18fe326090
commit bfd858ab13
2 changed files with 0 additions and 5 deletions

View File

@ -31,9 +31,6 @@ jobs:
run: git submodule update --init --recursive
- name: cmake
run: cmake -B build -DUSE_JUICE=1 -DUSE_GNUTLS=1
env:
# hack to bypass EPERM issue on sendto()
CFLAGS: -DJUICE_ENABLE_ADDRS_LOCALHOST
- name: make
run: (cd build; make -j2)
- name: test

View File

@ -34,8 +34,6 @@ jobs:
env:
OPENSSL_ROOT_DIR: /usr/local/opt/openssl
OPENSSL_LIBRARIES: /usr/local/opt/openssl/lib
# hack to bypass EPERM issue on sendto()
CFLAGS: -DJUICE_ENABLE_ADDRS_LOCALHOST
- name: make
run: (cd build; make -j2)
- name: test