Skip to content

Commit

Permalink
Do not use env:NUMBER_OF_PROCESSORS for MinGW (AOMediaCodec#2076)
Browse files Browse the repository at this point in the history
Since CMake 3.29 (which is on MingW), we can omit the parameter.
https://cmake.org/cmake/help/latest/manual/ctest.1.html
"Otherwise, if the value is omitted, parallelism is limited by the
number of processors, or 2, whichever is larger."
  • Loading branch information
vrabaud authored Mar 25, 2024
1 parent 58566ee commit 3cc0772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
run: ninja
- name: Run AVIF Tests
working-directory: ./build
run: ctest -j $Env:NUMBER_OF_PROCESSORS --output-on-failure
run: ctest -j --output-on-failure

0 comments on commit 3cc0772

Please sign in to comment.