Commit 1d04fd09 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Update xcode and add missing package

parent 450961a0
...@@ -58,6 +58,7 @@ jobs: ...@@ -58,6 +58,7 @@ jobs:
- nghttp2 - nghttp2
- python3-docutils - python3-docutils
- python3-sphinx - python3-sphinx
- libpcre2-dev
env: ASAN=1 UBSAN=1 env: ASAN=1 UBSAN=1
before_script: before_script:
- | - |
...@@ -70,7 +71,7 @@ jobs: ...@@ -70,7 +71,7 @@ jobs:
- ./configure --enable-maintainer-mode --with-unwind --enable-debugging-symbols --disable-stack-protector --with-persistent-storage --enable-asan --enable-ubsan - ./configure --enable-maintainer-mode --with-unwind --enable-debugging-symbols --disable-stack-protector --with-persistent-storage --enable-asan --enable-ubsan
- stage: test - stage: test
os: osx os: osx
osx_image: xcode12 osx_image: xcode12.5
compiler: clang compiler: clang
addons: addons:
homebrew: homebrew:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment