generated from general-packages/pika-pkg-template
fix
All checks were successful
PikaOS Upstream Package Build & Release (Nest) (amd64-v3) / build (push) Successful in 10m4s
All checks were successful
PikaOS Upstream Package Build & Release (Nest) (amd64-v3) / build (push) Successful in 10m4s
This commit is contained in:
parent
4f26df7c12
commit
41bf611702
2
.github/workflows/amd64_nest.yml
vendored
2
.github/workflows/amd64_nest.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
run: apt-get update -y
|
||||
|
||||
- name: Set Build Config
|
||||
run: cp -vf ./pika-build-config/amd64setup.sh ./pika-build-config.sh && cp -vf ./pika-build-config/amd64.sh ./build_config.sh
|
||||
run: cp -vf ./pika-build-config/amd64setup.sh ./pika-build-config.sh && cp -vf ./pika-build-config/amd64_nest.sh ./build_config.sh
|
||||
|
||||
- name: Build Package
|
||||
run: ./main.sh
|
||||
|
2
.github/workflows/i386_nest.yml
vendored
2
.github/workflows/i386_nest.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
run: apt-get update -y
|
||||
|
||||
- name: Set Build Config
|
||||
run: cp -vf ./pika-build-config/i386setup.sh ./pika-build-config.sh && cp -vf ./pika-build-config/i386.sh ./build_config.sh
|
||||
run: cp -vf ./pika-build-config/i386setup.sh ./pika-build-config.sh && cp -vf ./pika-build-config/i386_nest.sh ./build_config.sh
|
||||
|
||||
- name: Build Package
|
||||
run: ./main.sh
|
||||
|
2
.github/workflows/lto_nest.yml
vendored
2
.github/workflows/lto_nest.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
run: apt-get update -y
|
||||
|
||||
- name: Set Build Config
|
||||
run: cp -vf ./pika-build-config/ltosetup.sh ./pika-build-config.sh && cp -vf ./pika-build-config/lto.sh ./build_config.sh
|
||||
run: cp -vf ./pika-build-config/ltosetup.sh ./pika-build-config.sh && cp -vf ./pika-build-config/lto_nest.sh ./build_config.sh
|
||||
|
||||
- name: Build Package
|
||||
run: ./main.sh
|
||||
|
2
.github/workflows/v3_nest.yml
vendored
2
.github/workflows/v3_nest.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
run: apt-get update -y
|
||||
|
||||
- name: Set Build Config
|
||||
run: cp -vf ./pika-build-config/v3setup.sh ./pika-build-config.sh && cp -vf ./pika-build-config/v3.sh ./build_config.sh
|
||||
run: cp -vf ./pika-build-config/v3setup.sh ./pika-build-config.sh && cp -vf ./pika-build-config/v3_nest.sh ./build_config.sh
|
||||
|
||||
- name: Build Package
|
||||
run: ./main.sh
|
||||
|
@ -3,4 +3,4 @@ export PIKA_PACKAGE_NAME="qt6-base"
|
||||
export PIKA_PACKAGE_PATCH=false
|
||||
export PIKA_REBUILD=false
|
||||
export PIKA_REBUILD_VERSION="b1"
|
||||
export PIKA_BUILD_ATTEMPT="2"
|
||||
export PIKA_BUILD_ATTEMPT="3"
|
Loading…
Reference in New Issue
Block a user