-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into update-deb-package
- Loading branch information
Showing
163 changed files
with
9,612 additions
and
3,850 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
# runs-on: macos-latest | ||
strategy: | ||
matrix: | ||
rust: [nightly-2024-09-29] | ||
rust: [nightly-2024-11-28] | ||
job: | ||
- os: macos | ||
os-name: macos | ||
|
@@ -111,7 +111,7 @@ jobs: | |
- name: Download latest release zip | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: "jqnatividad/qsv" | ||
repository: "dathere/qsv" | ||
latest: true | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
fileName: qsv-${{ needs.analyze-tags.outputs.previous-tag }}-${{ matrix.job.target }}.zip | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
submodules: recursive | ||
ref: ${{ needs.analyze-tags.outputs.previous-tag }} | ||
|
||
- uses: actions/setup-python@v5.2.0 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.10' | ||
- name: Build qsvpy310 | ||
|
@@ -75,7 +75,7 @@ jobs: | |
mv qsv qsvpy310 | ||
cd .. | ||
- uses: actions/setup-python@v5.2.0 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.11' | ||
- name: Build qsvpy311 | ||
|
@@ -96,7 +96,7 @@ jobs: | |
mv qsv qsvpy311 | ||
cd .. | ||
- uses: actions/setup-python@v5.2.0 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.12' | ||
- name: Build qsvpy312 | ||
|
@@ -130,7 +130,7 @@ jobs: | |
- name: Download latest release zip | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: "jqnatividad/qsv" | ||
repository: "dathere/qsv" | ||
latest: true | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
fileName: qsv-${{ needs.analyze-tags.outputs.previous-tag }}-${{ matrix.job.target }}.zip | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ jobs: | |
- name: Download latest release zip | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: "jqnatividad/qsv" | ||
repository: "dathere/qsv" | ||
latest: true | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
fileName: qsv-${{ needs.analyze-tags.outputs.previous-tag }}-${{ matrix.job.target }}.zip | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,7 +122,7 @@ jobs: | |
- name: Download latest release zip | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: "jqnatividad/qsv" | ||
repository: "dathere/qsv" | ||
latest: true | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
fileName: qsv-${{ needs.analyze-tags.outputs.previous-tag }}-${{ matrix.job.target }}.zip | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
matrix: | ||
rust: [stable] | ||
job: | ||
- os: ubuntu-20.04 | ||
- os: ubuntu-22.04 | ||
os-name: linux | ||
target: x86_64-unknown-linux-gnu | ||
architecture: x86_64 | ||
|
@@ -76,7 +76,7 @@ jobs: | |
run: | | ||
sudo apt-get update | ||
sudo apt-get install libwayland-dev | ||
- uses: actions/setup-python@v5.2.0 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.10' | ||
- name: Build qsvpy310 | ||
|
@@ -102,7 +102,7 @@ jobs: | |
fi | ||
cd .. | ||
- uses: actions/setup-python@v5.2.0 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.11' | ||
- name: Build qsvpy311 | ||
|
@@ -127,7 +127,7 @@ jobs: | |
fi | ||
cd .. | ||
- uses: actions/setup-python@v5.2.0 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.12' | ||
- name: Build qsvpy312 | ||
|
@@ -168,7 +168,7 @@ jobs: | |
- name: Download latest release zip | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: "jqnatividad/qsv" | ||
repository: "dathere/qsv" | ||
latest: true | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
fileName: qsv-${{ needs.analyze-tags.outputs.previous-tag }}-${{ matrix.job.target }}.zip | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
runs-on: ${{ matrix.job.os }} | ||
strategy: | ||
matrix: | ||
rust: [nightly-2024-09-29] | ||
rust: [nightly-2024-11-28] | ||
job: | ||
- os: ubuntu-20.04 | ||
os-name: linux | ||
|
@@ -125,7 +125,7 @@ jobs: | |
- name: Download latest release zip | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: "jqnatividad/qsv" | ||
repository: "dathere/qsv" | ||
latest: true | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
fileName: qsv-${{ needs.analyze-tags.outputs.previous-tag }}-${{ matrix.job.target }}.zip | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
runs-on: ${{ matrix.job.os }} | ||
strategy: | ||
matrix: | ||
rust: [nightly-2024-09-29] | ||
rust: [nightly-2024-11-28] | ||
job: | ||
- os: ubuntu-24.04 | ||
os-name: linux | ||
|
@@ -97,6 +97,9 @@ jobs: | |
run: | | ||
sudo apt-get update | ||
sudo apt-get install libwayland-dev | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.12' | ||
- name: Build qsv-nightly | ||
# env: | ||
# RUSTFLAGS: --emit=asm | ||
|
@@ -157,7 +160,7 @@ jobs: | |
- name: Download latest release zip | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: "jqnatividad/qsv" | ||
repository: "dathere/qsv" | ||
latest: true | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
fileName: qsv-${{ needs.analyze-tags.outputs.previous-tag }}-${{ matrix.job.target }}.zip | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,7 +216,7 @@ jobs: | |
- name: Download latest release zip | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: "jqnatividad/qsv" | ||
repository: "dathere/qsv" | ||
latest: true | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
fileName: qsv-${{ needs.analyze-tags.outputs.previous-tag }}-${{ matrix.job.target }}.zip | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ jobs: | |
run: | | ||
sudo apt-get update | ||
sudo apt-get install libwayland-dev | ||
- uses: actions/setup-python@v5.2.0 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.10' | ||
- name: Build qsvpy310 | ||
|
@@ -120,7 +120,7 @@ jobs: | |
fi | ||
cd .. | ||
- uses: actions/setup-python@v5.2.0 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.11' | ||
- name: Build qsvpy311 | ||
|
@@ -147,7 +147,7 @@ jobs: | |
fi | ||
cd .. | ||
- uses: actions/setup-python@v5.2.0 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.12' | ||
- name: Build qsvpy312 | ||
|
@@ -188,7 +188,7 @@ jobs: | |
- name: Download latest release zip | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: "jqnatividad/qsv" | ||
repository: "dathere/qsv" | ||
latest: true | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
fileName: qsv-${{ needs.analyze-tags.outputs.previous-tag }}-${{ matrix.job.target }}.zip | ||
|
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,7 +117,7 @@ jobs: | |
- name: Download latest release zip | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: "jqnatividad/qsv" | ||
repository: "dathere/qsv" | ||
latest: false | ||
tag: "publish-testing" | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
Oops, something went wrong.