File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313jobs :
1414 build :
1515 name : Test and build lpms project
16- runs-on : gpu-amd64
16+ runs-on : ubuntu-24.04
1717 container :
1818 image : livepeerci/cuda:11.7.1-cudnn8-devel-ubuntu20.04
1919 env :
9595
9696 - name : Test
9797 shell : bash
98- run : PATH="/github/home/compiled/bin:$PATH" go test --tags=nvidia - timeout 1h -coverprofile cover.out ./...
98+ run : PATH="/github/home/compiled/bin:$PATH" go test -timeout 1h -coverprofile cover.out ./...
9999
100100 - name : Upload coverage reports
101101 uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change 211211 # disable all unnecessary features for production build
212212 DISABLE_FFMPEG_COMPONENTS+=" --disable-doc --disable-sdl2 --disable-iconv --disable-muxers --disable-demuxers --disable-parsers --disable-protocols "
213213 DISABLE_FFMPEG_COMPONENTS+=" --disable-encoders --disable-decoders --disable-filters --disable-bsfs --disable-postproc --disable-lzma "
214+ DISABLE_FFMPEG_COMPONENTS+=" --disable-xlib "
214215fi
215216
216217if [[ ! -e " $ROOT /ffmpeg/libavcodec/libavcodec.a" ]]; then
You can’t perform that action at this time.
0 commit comments