Skip to content

Commit

Permalink
ci-unix-static-sanitized.yml for macos (AOMediaCodec#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon authored Mar 18, 2024
1 parent 091db5e commit 43ec9ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-unix-static-sanitized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ permissions:

jobs:
build-static-sanitized:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
sanitizer: [ undefined ] # TODO(yguyon): Add address, memory, thread

env:
Expand Down Expand Up @@ -49,7 +50,7 @@ jobs:
if: steps.cache-ext.outputs.cache-hit != 'true'
working-directory: ./ext
run: >
sed -i 's/meson setup \(.*\) \.\./meson setup \1 '"-Db_sanitize=${{ matrix.sanitizer }} -Db_lundef=false"' ../g' ./dav1d.cmd
sed -i -e 's/meson setup \(.*\) \.\./meson setup \1 '"-Db_sanitize=${{ matrix.sanitizer }} -Db_lundef=false"' ../g' dav1d.cmd
./dav1d.cmd
- name: Build libyuv
Expand Down

0 comments on commit 43ec9ac

Please sign in to comment.