File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1616
1717jobs :
1818 build :
19- runs-on : macos-13
19+ runs-on : macos-14
2020 steps :
2121 - uses : actions/checkout@v3
2222 with :
3030 - name : Build with Gradle
3131 run : |
3232 ls -l /Users/runner/work/iot-ijkplayer/iot-ijkplayer/android-ndk-r10e
33+ perl -i -pe "s#.*HOST_ARCH=x86_64.*#\t\tx86_64|amd64|arm64) HOST_ARCH=x86_64;;#g" /Users/runner/work/iot-ijkplayer/iot-ijkplayer/android-ndk-r10e/ndk-build
3334 export ANDROID_NDK=/Users/runner/work/iot-ijkplayer/iot-ijkplayer/android-ndk-r10e
3435 export ANDROID_NDK_ROOT=/Users/runner/work/iot-ijkplayer/iot-ijkplayer/android-ndk-r10e
3536
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 build :
16- runs-on : macos-13
16+ runs-on : macos-14
1717 steps :
1818 - uses : actions/checkout@v3
1919 with :
3939 - name : Build with Gradle
4040 run : |
4141 ls -l /Users/runner/work/iot-ijkplayer/iot-ijkplayer/android-ndk-r10e
42+ perl -i -pe "s#.*HOST_ARCH=x86_64.*#\t\tx86_64|amd64|arm64) HOST_ARCH=x86_64;;#g" /Users/runner/work/iot-ijkplayer/iot-ijkplayer/android-ndk-r10e/ndk-build
4243 export ANDROID_NDK=/Users/runner/work/iot-ijkplayer/iot-ijkplayer/android-ndk-r10e
4344 export ANDROID_NDK_ROOT=/Users/runner/work/iot-ijkplayer/iot-ijkplayer/android-ndk-r10e
4445
Original file line number Diff line number Diff line change 8888
8989case " $UNAME_S " in
9090 Darwin)
91- export IJK_MAKE_FLAG=-j ` sysctl -n machdep.cpu.thread_count`
91+ export IJK_MAKE_FLAG=-j2 # `sysctl -n machdep.cpu.thread_count`
9292 ;;
9393 CYGWIN_NT-* )
9494 IJK_WIN_TEMP=" $( cygpath -am /tmp) "
You can’t perform that action at this time.
0 commit comments