Skip to content

Commit 4df9412

Browse files
committed
Upgrade everything
1 parent 65646a9 commit 4df9412

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,15 @@ jobs:
170170
run: |
171171
echo CXXFLAGS=" /wd4251 /wd4275" >> $GITHUB_ENV
172172
173+
# FIXME: remove this once the crash in regex is deubgged
174+
- name: Configure OS X CXXFLAGS
175+
if: startsWith(matrix.os, 'macos')
176+
shell: bash
177+
run: |
178+
echo CFLAGS="-fsanitize=address,undefined" >> $GITHUB_ENV
179+
echo CXXFLAGS="-fsanitize=address,undefined" >> $GITHUB_ENV
180+
echo LDFLAGS="-fsanitize=address,undefined" >> $GITHUB_ENV
181+
173182
- name: GCC 10 on Ubuntu 20.04
174183
if: matrix.os == 'ubuntu-20.04'
175184
shell: bash

libyang

Submodule libyang updated 120 files

0 commit comments

Comments
 (0)