nest straight builds
Some checks failed
PikaOS Upstream Package Build & Release (Nest) (amd64 no opts) / build (push) Has been cancelled
PikaOS Upstream Package Build & Release (Nest) (i386) / build (push) Has been cancelled
PikaOS Upstream Package Build & Release (Nest) (amd64-v3 + LTO) / build (push) Has been cancelled
PikaOS Upstream Package Build & Release (Nest) (amd64-v3) / build (push) Has been cancelled

This commit is contained in:
Ward from fusion-voyager-3 2024-08-26 18:46:22 +03:00
parent a0f8e4062c
commit b61d12687a
9 changed files with 195 additions and 0 deletions

40
.github/workflows/amd64_nest.yml vendored Normal file
View File

@ -0,0 +1,40 @@
name: PikaOS Upstream Package Build & Release (Nest) (amd64 no opts)
on:
push:
branches:
- main
paths:
- 'pika-build-config/amd64_nest.sh'
jobs:
build:
runs-on: upstream-package
container:
image: ghcr.io/pikaos-linux/pika-base-debian-container:latest
volumes:
- /proc:/proc
options: --privileged -it --cap-add=sys_admin --cap-add mknod --device=/dev/fuse --security-opt seccomp=unconfined --security-opt label=disable
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Set Build Config
run: cp -vf ./pika-build-config/amd64setup.sh ./pika-build-config.sh
- name: Build Package
run: ./main.sh
- name: Release Package
run: ./release_nest.sh

40
.github/workflows/i386_nest.yml vendored Normal file
View File

@ -0,0 +1,40 @@
name: PikaOS Upstream Package Build & Release (Nest) (i386)
on:
push:
branches:
- main
paths:
- 'pika-build-config/i386_nest.sh'
jobs:
build:
runs-on: upstream-package
container:
image: ghcr.io/pikaos-linux/pika-base-debian-container:i386
volumes:
- /proc:/proc
options: --privileged -it --cap-add=sys_admin --cap-add mknod --device=/dev/fuse --security-opt seccomp=unconfined --security-opt label=disable
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Set Build Config
run: cp -vf ./pika-build-config/i386setup.sh ./pika-build-config.sh
- name: Build Package
run: ./main.sh
- name: Release Package
run: ./release_nest.sh

40
.github/workflows/lto_nest.yml vendored Normal file
View File

@ -0,0 +1,40 @@
name: PikaOS Upstream Package Build & Release (Nest) (amd64-v3 + LTO)
on:
push:
branches:
- main
paths:
- 'pika-build-config/lto_nest.sh'
jobs:
build:
runs-on: upstream-package
container:
image: ghcr.io/pikaos-linux/pika-base-debian-container:latest
volumes:
- /proc:/proc
options: --privileged -it --cap-add=sys_admin --cap-add mknod --device=/dev/fuse --security-opt seccomp=unconfined --security-opt label=disable
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Set Build Config
run: cp -vf ./pika-build-config/ltosetup.sh ./pika-build-config.sh
- name: Build Package
run: ./main.sh
- name: Release Package
run: ./release_nest.sh

40
.github/workflows/v3_nest.yml vendored Normal file
View File

@ -0,0 +1,40 @@
name: PikaOS Upstream Package Build & Release (Nest) (amd64-v3)
on:
push:
branches:
- main
paths:
- 'pika-build-config/v3_nest.sh'
jobs:
build:
runs-on: upstream-package
container:
image: ghcr.io/pikaos-linux/pika-base-debian-container:latest
volumes:
- /proc:/proc
options: --privileged -it --cap-add=sys_admin --cap-add mknod --device=/dev/fuse --security-opt seccomp=unconfined --security-opt label=disable
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Set Build Config
run: cp -vf ./pika-build-config/v3setup.sh ./pika-build-config.sh
- name: Build Package
run: ./main.sh
- name: Release Package
run: ./release_nest.sh

View File

@ -0,0 +1,6 @@
export PIKA_PACKAGE_VERSION="6.5.0-2"
export PIKA_PACKAGE_NAME="kf6-sonnet"
export PIKA_PACKAGE_PATCH=false
export PIKA_REBUILD=false
export PIKA_REBUILD_VERSION="b2"
export PIKA_BUILD_ATTEMPT="2"

6
pika-build-config/i386_nest.sh Executable file
View File

@ -0,0 +1,6 @@
export PIKA_PACKAGE_VERSION="6.5.0-2"
export PIKA_PACKAGE_NAME="kf6-kcoreaddons"
export PIKA_PACKAGE_PATCH=false
export PIKA_REBUILD=false
export PIKA_REBUILD_VERSION="b0"
export PIKA_BUILD_ATTEMPT="0"

View File

@ -0,0 +1,6 @@
export PIKA_PACKAGE_VERSION="0.24.3-2"
export PIKA_PACKAGE_NAME="python-pint"
export PIKA_PACKAGE_PATCH=false
export PIKA_REBUILD=false
export PIKA_REBUILD_VERSION="b0"
export PIKA_BUILD_ATTEMPT="0"

View File

@ -0,0 +1,6 @@
export PIKA_PACKAGE_VERSION="2.5.1-1"
export PIKA_PACKAGE_NAME="python-socks"
export PIKA_PACKAGE_PATCH=false
export PIKA_REBUILD=false
export PIKA_REBUILD_VERSION="b1"
export PIKA_BUILD_ATTEMPT="1"

11
release_nest.sh Executable file
View File

@ -0,0 +1,11 @@
#! /bin/bash
. ./pika-build-config.sh
# send debs to server
if [[ "$PIKA_BUILD_ARCH" == "i386" ]]
then
rsync -azP --include './' --include '*_i386.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/nest-incoming/
else
rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/nest-incoming/
fi