@@ -27,32 +27,34 @@ jobs:
27
27
with :
28
28
name : ffmpeg-core-linux
29
29
path : wasm/dist
30
- macos-build :
31
- runs-on : macos-latest
32
- steps :
33
- - uses : actions/checkout@v2
34
- with :
35
- fetch-depth : 0
36
- submodules : recursive
37
- - name : Setup cache
38
- id : cache-system-libraries
39
- uses : actions/cache@v2
40
- with :
41
- path : ${{env.EM_CACHE_FOLDER}}
42
- key : ${{env.EM_VERSION}}-${{ runner.os }}
43
- - uses : mymindstorm/setup-emsdk@v6
44
- with :
45
- version : ${{env.EM_VERSION}}
46
- actions-cache-folder : ${{env.EM_CACHE_FOLDER}}
47
- - name : Build FFMpeg
48
- shell : bash
49
- run : |
50
- export PATH=$PATH:$PWD/emsdk-cache/emsdk-master/upstream/bin
51
- bash build.sh
52
- - uses : actions/upload-artifact@master
53
- with :
54
- name : ffmpeg-core-macos
55
- path : wasm/dist
30
+ # Disable macos build due to there is no ldconfig command
31
+ # during freetype2 build.
32
+ # macos-build:
33
+ # runs-on: macos-latest
34
+ # steps:
35
+ # - uses: actions/checkout@v2
36
+ # with:
37
+ # fetch-depth: 0
38
+ # submodules: recursive
39
+ # - name: Setup cache
40
+ # id: cache-system-libraries
41
+ # uses: actions/cache@v2
42
+ # with:
43
+ # path: ${{env.EM_CACHE_FOLDER}}
44
+ # key: ${{env.EM_VERSION}}-${{ runner.os }}
45
+ # - uses: mymindstorm/setup-emsdk@v6
46
+ # with:
47
+ # version: ${{env.EM_VERSION}}
48
+ # actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
49
+ # - name: Build FFMpeg
50
+ # shell: bash
51
+ # run: |
52
+ # export PATH=$PATH:$PWD/emsdk-cache/emsdk-master/upstream/bin
53
+ # bash build.sh
54
+ # - uses: actions/upload-artifact@master
55
+ # with:
56
+ # name: ffmpeg-core-macos
57
+ # path: wasm/dist
56
58
# Not working with error messsage:
57
59
# C:\ProgramData\Chocolatey\lib\mingw\tools\install\mingw64\x86_64-w64-mingw32\bin\ar.exe: libavfilter/vsink_null: No such file or directory
58
60
# windows-build:
0 commit comments