Skip to content

Commit

Permalink
Rename workflow and remove unneeded config, add local libyuv
Browse files Browse the repository at this point in the history
  • Loading branch information
maryla-uc committed Aug 27, 2024
1 parent e85a59b commit 859d2c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# see https://github.com/google/fuzztest/blob/main/doc/quickstart-cmake.md
# Runs on ubuntu only. libavif is built with clang.

name: CI Unix Shared Local Fuzztest
name: CI Fuzztest
on: [push, pull_request]

permissions:
Expand All @@ -22,11 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-24.04]
libyuv: [OFF]
include:
- runs-on: ubuntu-24.04
compiler: gcc
gcc: 14
libyuv: [OFF, LOCAL]

name: build-shared-local-fuzztest

Expand All @@ -37,7 +33,6 @@ jobs:
with:
codec-aom: 'LOCAL'
codec-dav1d: 'LOCAL'
gcc-version: ${{ matrix.gcc }}
libxml2: 'LOCAL'
libyuv: 'LOCAL'
recent-cmake: 'true'
Expand Down
4 changes: 2 additions & 2 deletions ext/libargparse.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
: # If you're running this on Windows, be sure you've already run this (from your VC2019 install dir):
: # "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"

git clone --single-branch https://github.com/kmurray/libargparse.git
git clone https://github.com/maryla-uc/libargparse.git

cd libargparse
git checkout ee74d1b53bd680748af14e737378de57e2a0a954
git checkout 81998ffafb9c2ac8cf488d31e536a2e6fd6b3fdf

mkdir build
cd build
Expand Down

0 comments on commit 859d2c3

Please sign in to comment.