mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
forgejo: apply needed CI changes for 6.1
This commit is contained in:
@@ -10,11 +10,6 @@ repos:
|
|||||||
- id: check-shebang-scripts-are-executable
|
- id: check-shebang-scripts-are-executable
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: file-contents-sorter
|
|
||||||
files:
|
|
||||||
.forgejo/pre-commit/ignored-words.txt
|
|
||||||
args:
|
|
||||||
- --ignore-case
|
|
||||||
- id: fix-byte-order-marker
|
- id: fix-byte-order-marker
|
||||||
- id: mixed-line-ending
|
- id: mixed-line-ending
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
@@ -26,11 +21,3 @@ repos:
|
|||||||
language: script
|
language: script
|
||||||
entry: ./tools/check_arm_indent.sh --apply
|
entry: ./tools/check_arm_indent.sh --apply
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
- repo: https://github.com/codespell-project/codespell
|
|
||||||
rev: v2.4.1
|
|
||||||
hooks:
|
|
||||||
- id: codespell
|
|
||||||
args:
|
|
||||||
- --ignore-words=.forgejo/pre-commit/ignored-words.txt
|
|
||||||
- --ignore-multiline-regex=codespell:off.*?(codespell:on|\Z)
|
|
||||||
exclude: ^tools/(patcheck|clean-diff)$
|
|
||||||
|
|||||||
@@ -1,119 +0,0 @@
|
|||||||
abl
|
|
||||||
ACN
|
|
||||||
acount
|
|
||||||
addin
|
|
||||||
alis
|
|
||||||
alls
|
|
||||||
ALOG
|
|
||||||
ALS
|
|
||||||
als
|
|
||||||
ANC
|
|
||||||
anc
|
|
||||||
ANS
|
|
||||||
ans
|
|
||||||
anull
|
|
||||||
basf
|
|
||||||
bloc
|
|
||||||
brane
|
|
||||||
BREIF
|
|
||||||
BU
|
|
||||||
bu
|
|
||||||
bufer
|
|
||||||
CAF
|
|
||||||
caf
|
|
||||||
clen
|
|
||||||
clens
|
|
||||||
Collet
|
|
||||||
compre
|
|
||||||
dum
|
|
||||||
endin
|
|
||||||
erro
|
|
||||||
FIEL
|
|
||||||
fiel
|
|
||||||
filp
|
|
||||||
fils
|
|
||||||
FILTERD
|
|
||||||
filterd
|
|
||||||
fle
|
|
||||||
fo
|
|
||||||
FPR
|
|
||||||
fro
|
|
||||||
Hald
|
|
||||||
indx
|
|
||||||
ine
|
|
||||||
inh
|
|
||||||
inout
|
|
||||||
inouts
|
|
||||||
inport
|
|
||||||
ist
|
|
||||||
LAF
|
|
||||||
laf
|
|
||||||
lastr
|
|
||||||
LinS
|
|
||||||
mapp
|
|
||||||
mis
|
|
||||||
mot
|
|
||||||
nd
|
|
||||||
nIn
|
|
||||||
offsetp
|
|
||||||
orderd
|
|
||||||
ot
|
|
||||||
outout
|
|
||||||
padd
|
|
||||||
PAETH
|
|
||||||
paeth
|
|
||||||
PARM
|
|
||||||
parm
|
|
||||||
parms
|
|
||||||
pEvents
|
|
||||||
PixelX
|
|
||||||
Psot
|
|
||||||
quater
|
|
||||||
readd
|
|
||||||
recuse
|
|
||||||
redY
|
|
||||||
Reencode
|
|
||||||
reencode
|
|
||||||
remaind
|
|
||||||
renderD
|
|
||||||
rin
|
|
||||||
SAV
|
|
||||||
SEH
|
|
||||||
SER
|
|
||||||
ser
|
|
||||||
setts
|
|
||||||
shft
|
|
||||||
SIZ
|
|
||||||
siz
|
|
||||||
skipd
|
|
||||||
sme
|
|
||||||
som
|
|
||||||
sover
|
|
||||||
STAP
|
|
||||||
startd
|
|
||||||
statics
|
|
||||||
struc
|
|
||||||
suble
|
|
||||||
TE
|
|
||||||
tE
|
|
||||||
te
|
|
||||||
tha
|
|
||||||
tne
|
|
||||||
tolen
|
|
||||||
tpye
|
|
||||||
tre
|
|
||||||
TRUN
|
|
||||||
trun
|
|
||||||
truns
|
|
||||||
Tung
|
|
||||||
TYE
|
|
||||||
ue
|
|
||||||
UES
|
|
||||||
ues
|
|
||||||
vai
|
|
||||||
vas
|
|
||||||
vie
|
|
||||||
VILL
|
|
||||||
vor
|
|
||||||
wel
|
|
||||||
wih
|
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
image: ["ghcr.io/btbn/ffmpeg-builds/win64-gpl:latest"]
|
image: ["ghcr.io/btbn/ffmpeg-builds/win64-gpl-6.1:latest"]
|
||||||
runs-on: linux-amd64
|
runs-on: linux-amd64
|
||||||
container: ${{ matrix.image }}
|
container: ${{ matrix.image }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user