| @@ -38,7 +38,7 @@ jobs: | |||||
| LIBGL_ALWAYS_SOFTWARE: "true" | LIBGL_ALWAYS_SOFTWARE: "true" | ||||
| run: | | run: | | ||||
| make features | make features | ||||
| xvfb-run make WITH_LTO=true -j $(nproc) | |||||
| xvfb-run -a -- make WITH_LTO=true -j $(nproc) | |||||
| - name: Set sha8 | - name: Set sha8 | ||||
| id: slug | id: slug | ||||
| run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | ||||
| @@ -77,7 +77,7 @@ jobs: | |||||
| LIBGL_ALWAYS_SOFTWARE: "true" | LIBGL_ALWAYS_SOFTWARE: "true" | ||||
| run: | | run: | | ||||
| make features | make features | ||||
| xvfb-run make WITH_LTO=true -j $(nproc) | |||||
| xvfb-run -a -- make WITH_LTO=true -j $(nproc) | |||||
| - name: Set sha8 | - name: Set sha8 | ||||
| id: slug | id: slug | ||||
| run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | ||||
| @@ -114,7 +114,7 @@ jobs: | |||||
| LIBGL_ALWAYS_SOFTWARE: "true" | LIBGL_ALWAYS_SOFTWARE: "true" | ||||
| run: | | run: | | ||||
| make features | make features | ||||
| xvfb-run make WITH_LTO=true -j $(nproc) | |||||
| xvfb-run -a -- make WITH_LTO=true -j $(nproc) | |||||
| - name: Set sha8 | - name: Set sha8 | ||||
| id: slug | id: slug | ||||
| run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | ||||
| @@ -145,7 +145,7 @@ jobs: | |||||
| LIBGL_ALWAYS_SOFTWARE: "true" | LIBGL_ALWAYS_SOFTWARE: "true" | ||||
| run: | | run: | | ||||
| make features | make features | ||||
| xvfb-run make WITH_LTO=true -j $(nproc) | |||||
| xvfb-run -a -- make WITH_LTO=true -j $(nproc) | |||||
| - name: Set sha8 | - name: Set sha8 | ||||
| id: slug | id: slug | ||||
| run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | ||||
| @@ -176,7 +176,7 @@ jobs: | |||||
| LIBGL_ALWAYS_SOFTWARE: "true" | LIBGL_ALWAYS_SOFTWARE: "true" | ||||
| run: | | run: | | ||||
| make features | make features | ||||
| xvfb-run make DEBUG=true -j $(nproc) | |||||
| xvfb-run -a -- make DEBUG=true -j $(nproc) | |||||
| - name: Set sha8 | - name: Set sha8 | ||||
| id: slug | id: slug | ||||
| run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | ||||
| @@ -243,7 +243,7 @@ jobs: | |||||
| xvfb-run wineboot -u | xvfb-run wineboot -u | ||||
| echo -e '[HKEY_CURRENT_USER\Software\Wine\WineDbg]\n"ShowCrashDialog"=dword:00000000\n' > nodiag.reg | echo -e '[HKEY_CURRENT_USER\Software\Wine\WineDbg]\n"ShowCrashDialog"=dword:00000000\n' > nodiag.reg | ||||
| xvfb-run regedit nodiag.reg | xvfb-run regedit nodiag.reg | ||||
| xvfb-run make WITH_LTO=true -j $(nproc) | |||||
| xvfb-run -a -- make WITH_LTO=true -j $(nproc) | |||||
| - name: Set sha8 | - name: Set sha8 | ||||
| id: slug | id: slug | ||||
| run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | ||||
| @@ -281,7 +281,7 @@ jobs: | |||||
| xvfb-run wineboot -u | xvfb-run wineboot -u | ||||
| echo -e '[HKEY_CURRENT_USER\Software\Wine\WineDbg]\n"ShowCrashDialog"=dword:00000000\n' > nodiag.reg | echo -e '[HKEY_CURRENT_USER\Software\Wine\WineDbg]\n"ShowCrashDialog"=dword:00000000\n' > nodiag.reg | ||||
| xvfb-run regedit nodiag.reg | xvfb-run regedit nodiag.reg | ||||
| xvfb-run make WITH_LTO=true -j $(nproc) | |||||
| xvfb-run -a -- make WITH_LTO=true -j $(nproc) | |||||
| - name: Set sha8 | - name: Set sha8 | ||||
| id: slug | id: slug | ||||
| run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" | ||||
| @@ -320,7 +320,7 @@ jobs: | |||||
| LIBGL_ALWAYS_SOFTWARE: "true" | LIBGL_ALWAYS_SOFTWARE: "true" | ||||
| run: | | run: | | ||||
| make features | make features | ||||
| xvfb-run make NOOPT=true SKIP_STRIPPING=true -j $(nproc) | |||||
| xvfb-run -a -- make NOOPT=true SKIP_STRIPPING=true -j $(nproc) | |||||
| - name: Validate LV2 ttl syntax | - name: Validate LV2 ttl syntax | ||||
| run: | | run: | | ||||
| lv2_validate \ | lv2_validate \ | ||||