Skip to content

Commit

Permalink
Work around a bug in the windows-latest os image
Browse files Browse the repository at this point in the history
that causes access violation in avifcodectest when libgav1 is used.
  • Loading branch information
wantehchang committed Jun 11, 2024
1 parent 3a81344 commit f9a191c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ jobs:
env:
CC: clang-cl
CXX: clang-cl
- name: Build libgav1
if: steps.setup.outputs.ext-cache-hit != 'true'
working-directory: ./ext
run: ./libgav1.cmd
# Work around a bug in the windows-latest os image. See
# https://github.com/actions/runner-images/issues/10004#issuecomment-2153445161.
env:
CXXFLAGS: -D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR
- name: Build libyuv
if: steps.setup.outputs.ext-cache-hit != 'true'
working-directory: ./ext
Expand Down

0 comments on commit f9a191c

Please sign in to comment.