Skip to content

Commit 778200d

Browse files
authored
temporarily disable compile cache
1 parent eab5d52 commit 778200d

File tree

2 files changed

+40
-36
lines changed

2 files changed

+40
-36
lines changed

.github/workflows/release.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@ jobs:
3131
3232
git clone https://github.com/JackLau1222/bmf.git
3333
34-
- name: Cache FFmpeg build
35-
uses: actions/cache@v3
36-
with:
37-
path: |
38-
/usr/local/bin/ffmpeg
39-
/usr/local/lib/
40-
/usr/local/include/
41-
key: ${{ runner.os }}-ffmpeg-${{ hashFiles('bmf/scripts/build_ffmpeg.sh') }}
42-
restore-keys: |
43-
${{ runner.os }}-ffmpeg-
44-
45-
- name: Cache BMF build
46-
uses: actions/cache@v3
47-
with:
48-
path: bmf/output/
49-
key: ${{ runner.os }}-bmf-${{ hashFiles('bmf/build.sh') }}
50-
restore-keys: |
51-
${{ runner.os }}-bmf-
34+
# - name: Cache FFmpeg build
35+
# uses: actions/cache@v3
36+
# with:
37+
# path: |
38+
# /usr/local/bin/ffmpeg
39+
# /usr/local/lib/
40+
# /usr/local/include/
41+
# key: ${{ runner.os }}-ffmpeg-${{ hashFiles('bmf/scripts/build_ffmpeg.sh') }}
42+
# restore-keys: |
43+
# ${{ runner.os }}-ffmpeg-
44+
45+
# - name: Cache BMF build
46+
# uses: actions/cache@v3
47+
# with:
48+
# path: bmf/output/
49+
# key: ${{ runner.os }}-bmf-${{ hashFiles('bmf/build.sh') }}
50+
# restore-keys: |
51+
# ${{ runner.os }}-bmf-
5252

5353
- name: Compile FFmpeg and BMF if not cached
5454
run: |

.github/workflows/review.yaml

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,28 @@ jobs:
2222
2323
git clone https://github.com/JackLau1222/bmf.git
2424
25-
- name: Cache FFmpeg build
26-
uses: actions/cache@v3
27-
with:
28-
path: |
29-
/usr/local/bin/ffmpeg
30-
/usr/local/lib/
31-
/usr/local/include/
32-
key: ${{ runner.os }}-ffmpeg-${{ hashFiles('bmf/scripts/build_ffmpeg.sh') }}
33-
restore-keys: |
34-
${{ runner.os }}-ffmpeg-
35-
36-
- name: Cache BMF build
37-
uses: actions/cache@v3
38-
with:
39-
path: bmf/output/
40-
key: ${{ runner.os }}-bmf-${{ hashFiles('bmf/build.sh') }}
41-
restore-keys: |
42-
${{ runner.os }}-bmf-
25+
# - name: Cache FFmpeg build
26+
# uses: actions/cache@v3
27+
# with:
28+
# path: |
29+
# /usr/local/bin/ffmpeg
30+
# /usr/local/lib/libav*
31+
# /usr/local/lib/libsw*
32+
# /usr/local/lib/libpostproc*
33+
# /usr/local/include/libav*
34+
# /usr/local/include/libsw*
35+
# /usr/local/include/libpostproc*
36+
# key: ${{ runner.os }}-ffmpeg-${{ hashFiles('bmf/scripts/build_ffmpeg.sh') }}
37+
# restore-keys: |
38+
# ${{ runner.os }}-ffmpeg-
39+
40+
# - name: Cache BMF build
41+
# uses: actions/cache@v3
42+
# with:
43+
# path: bmf/output/
44+
# key: ${{ runner.os }}-bmf-${{ hashFiles('bmf/build.sh') }}
45+
# restore-keys: |
46+
# ${{ runner.os }}-bmf-
4347

4448
- name: Compile FFmpeg and BMF if not cached
4549
run: |

0 commit comments

Comments
 (0)