forgejo-ci: build.sh is now local rather than patched
Some checks failed
/ lint (pull_request) Successful in 34s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 23m39s
/ deploy-aarch64 (pull_request) Successful in 1m30s
/ build-aarch64 (pull_request) Successful in 1h0m56s

This commit is contained in:
Antoine Martin 2024-08-24 21:23:33 -04:00
parent 2acb480283
commit 2eb884c207
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
4 changed files with 262 additions and 72 deletions

View file

@ -27,9 +27,7 @@ jobs:
with:
fetch-depth: 500
- name: Package build
run: |
doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
build.sh
run: ${{ github.workspace }}/.forgejo/bin/build.sh
- name: Package upload
uses: forgejo/upload-artifact@v3
with:

View file

@ -27,9 +27,7 @@ jobs:
with:
fetch-depth: 500
- name: Package build
run: |
doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
build.sh
run: ${{ github.workspace }}/.forgejo/bin/build.sh
- name: Package upload
uses: forgejo/upload-artifact@v3
with: