Remove Baresip and libre, revert changes in H264Decoder and NvTransform specific to NVR and fix a memory leak in nvcodec decoder #943
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI-Linux-CUDA-WSL | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
env: | |
NOTE_TO_SELF: "environments can not be passed from here to reused workflows!" | |
jobs: | |
wsl-cuda-build-test: | |
uses: ./.github/workflows/build-test-lin-wsl.yml | |
with: | |
runner: windows-cuda | |
flav: WSL | |
is-selfhosted: true | |
cuda: 'ON' | |
cache-path: './none' | |
nProc: 6 | |
wsl-cuda-publish: | |
needs: wsl-cuda-build-test | |
permissions: | |
checks: write | |
pull-requests: write | |
uses: ./.github/workflows/publish-test.yml | |
with: | |
flav: WSL | |
secrets: | |
GIST_TOKEN: ${{ secrets.GIST_TOKEN }} |