Skip to content

Commit

Permalink
use the node-ffmpeg trick to display conan output
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 15, 2024
1 parent dc96fa0 commit 350cfb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- run: npm install --ignore-scripts
- run: npm run deps:download
- run: npx @mapbox/node-pre-gyp configure
- name: conan.log
run: cat build/conan.log
if: runner.os != 'Windows'
- name: magick_configure.log
run: cat build/magick_configure.log
shell: bash
Expand Down Expand Up @@ -126,8 +123,6 @@ jobs:
- run: npm install --ignore-scripts
- run: npm run deps:download
- run: npx @mapbox/node-pre-gyp configure --nodedir=./emscripten --target_arch=wasm32 --target_platform=emscripten
- name: conan.log
run: cat build/conan.log
- name: magick_configure.log
run: cat build/magick_configure.log
shell: bash
Expand Down Expand Up @@ -177,9 +172,6 @@ jobs:
--jbig=false --cms=false --xml=false --gzip=false --zip=false \
--bzip2=false --zstd=false --xz=false --lzma=false --simd=false \
--openmp=false --display=false
- name: conan.log
run: cat build/conan.log
shell: bash
- name: magick_configure.log
run: cat build/magick_configure.log
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions builtins.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
' -osimd=<!(node <(module_root_dir)/scripts/true-false.js <(simd))'
' -oopenmp=<!(node <(module_root_dir)/scripts/true-false.js <(openmp))'
' -odisplay=<!(node <(module_root_dir)/scripts/true-false.js <(display))'
' > conan.log 2>&1 )'
' 1>&2 )'
}
}],
['target_platform != "emscripten"', {
Expand Down Expand Up @@ -69,7 +69,7 @@
' -osimd=<!(node <(module_root_dir)/scripts/true-false.js <(simd))'
' -oopenmp=<!(node <(module_root_dir)/scripts/true-false.js <(openmp))'
' -odisplay=<!(node <(module_root_dir)/scripts/true-false.js <(display))'
' > conan.log 2>&1 )'
' 1>&2 )'
}
}]
]
Expand Down

0 comments on commit 350cfb8

Please sign in to comment.