aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2025-07-24 02:01:06 +0200
committerKacper Michajłow <kasper93@noreply.localhost>2025-07-31 22:03:20 +0000
commit901e23675beef81cc25a4bf115c3650bd740fb4e (patch)
tree0b705274c8e0af8a1f2575e63e0efea0c1767688
parent1e5488951bc40aa0cb6b021782a402801f1c0491 (diff)
downloadffmpeg-901e23675beef81cc25a4bf115c3650bd740fb4e.tar.gz
forgejo/workflows: enable gpl, nonfree and memory poisoning
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
-rw-r--r--.forgejo/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml
index 1e6cbe09be..cb376cf8de 100644
--- a/.forgejo/workflows/test.yml
+++ b/.forgejo/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Configure
- run: ./configure
+ run: ./configure --enable-gpl --enable-nonfree --enable-memory-poisoning
- name: Build
run: make -j$(nproc)
- name: Restore Cached Fate-Suite