We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225a478 commit 586c2a5Copy full SHA for 586c2a5
.github/workflows/emscripten.yml
@@ -533,8 +533,8 @@ jobs:
533
emmake make -j ${{ env.ncpus }} check-cppinterop
534
os="${{ matrix.os }}"
535
if [[ "${os}" != macos* ]] ; then
536
- max_size=$((46 * 1024 * 1024))
537
actual_size=$(stat -c%s "./lib/libclangCppInterOp.so")
+ max_size=$((46 * 1024 * 1024))
538
if [[ "$actual_size" -gt "$max_size" ]]; then
539
echo "Error: libclangCppInterOp.so is larger than 46 MB."
540
exit 1
0 commit comments