diff --git a/.github/workflows/autolabeller.yml b/.github/workflows/autolabeler.yml similarity index 95% rename from .github/workflows/autolabeller.yml rename to .github/workflows/autolabeler.yml index 8e94c5fd..69e30346 100644 --- a/.github/workflows/autolabeller.yml +++ b/.github/workflows/autolabeler.yml @@ -24,7 +24,7 @@ jobs: - uses: amannn/action-semantic-pull-request@cfb60706e18bc85e8aec535e3c577abe8f70378e id: lint_pr_title env: - GITHUB_TOKEN: ${{ secrets.GIT_MASTER_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: types: |- build @@ -80,6 +80,7 @@ jobs: permissions: contents: read pull-requests: write + issues: write steps: - name: Checkout your code uses: actions/checkout@v4 @@ -87,7 +88,6 @@ jobs: - uses: srvaroa/labeler@v1 with: config_path: .github/labeler.yml - use_local_config: true #FIXME: fail_on_error: true env: - GITHUB_TOKEN: "${{ secrets.GIT_MASTER_TOKEN }}" \ No newline at end of file + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file diff --git a/base.Dockerfile b/base.Dockerfile index 2917ef21..e1c16c0e 100644 --- a/base.Dockerfile +++ b/base.Dockerfile @@ -253,8 +253,9 @@ RUN apt-get update -y \ && find . -maxdepth 1 -type f -name "*libnvrtc.so.*" -exec sh -c 'ln -snf $(basename {}) libnvrtc.so' \; \ && mkdir -p /usr/local/nvidia/lib && mv -f libnvrtc* /usr/local/nvidia/lib \ && git clone https://repo.dec05eba.com/gpu-screen-recorder && cd gpu-screen-recorder \ - && chmod +x ./build.sh ./install.sh \ - && ./install.sh + && meson setup build \ + && meson configure --prefix=/usr --buildtype=release -Dsystemd=true -Dstrip=true build \ + && ninja -C build install # #Try building shadow-cast # RUN git clone https://github.com/gmbeard/shadow-cast && cd shadow-cast \ @@ -285,4 +286,4 @@ RUN apt-get update \ libelf-dev \ pkg-config \ xorg \ - && rm -rf /var/lib/apt/lists/* \ No newline at end of file + && rm -rf /var/lib/apt/lists/* diff --git a/moq-server b/moq-server index a6b1d2b6..aedb284a 160000 --- a/moq-server +++ b/moq-server @@ -1 +1 @@ -Subproject commit a6b1d2b63ad79f6f318c72a0e50d3175ed8d5739 +Subproject commit aedb284ac827aa103913548578d9f449655b0f3c