mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
fix seccomp prevented call to disallowed arm system call 422 on 32bits Androids <= 10
This commit is contained in:
5
.github/workflows/build-debug.yaml
vendored
5
.github/workflows/build-debug.yaml
vendored
@@ -32,6 +32,11 @@ jobs:
|
||||
go-version: "1.26"
|
||||
check-latest: true # Always check for the latest patch release
|
||||
|
||||
- name: Apply Patches
|
||||
run: |
|
||||
cd $(go env GOROOT)
|
||||
for p in $GITHUB_WORKSPACE/.github/patch/*.patch; do patch --verbose -p 1 < "$p"; done
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
|
||||
5
.github/workflows/build-pre-release.yaml
vendored
5
.github/workflows/build-pre-release.yaml
vendored
@@ -30,6 +30,11 @@ jobs:
|
||||
go-version: "1.26"
|
||||
check-latest: true # Always check for the latest patch release
|
||||
|
||||
- name: Apply Patches
|
||||
run: |
|
||||
cd $(go env GOROOT)
|
||||
for p in $GITHUB_WORKSPACE/.github/patch/*.patch; do patch --verbose -p 1 < "$p"; done
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
|
||||
5
.github/workflows/build-release.yaml
vendored
5
.github/workflows/build-release.yaml
vendored
@@ -34,6 +34,11 @@ jobs:
|
||||
go-version: "1.26"
|
||||
check-latest: true # Always check for the latest patch release
|
||||
|
||||
- name: Apply Patches
|
||||
run: |
|
||||
cd $(go env GOROOT)
|
||||
for p in $GITHUB_WORKSPACE/.github/patch/*.patch; do patch --verbose -p 1 < "$p"; done
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
|
||||
5
.github/workflows/update-dependencies.yaml
vendored
5
.github/workflows/update-dependencies.yaml
vendored
@@ -26,6 +26,11 @@ jobs:
|
||||
with:
|
||||
go-version: "1.26"
|
||||
check-latest: true # Always check for the latest patch release
|
||||
|
||||
- name: Apply Patches
|
||||
run: |
|
||||
cd $(go env GOROOT)
|
||||
for p in $GITHUB_WORKSPACE/.github/patch/*.patch; do patch --verbose -p 1 < "$p"; done
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user