Обновить .gitea/workflows/alt.yaml
All checks were successful
Altlinux build / build-alt (push) Successful in 5m54s
Archlinux build / build-arch (push) Successful in 3m6s
Debian build / build-ubuntu (push) Successful in 3m48s

This commit is contained in:
Alexey Khromov 2025-04-16 19:27:42 +03:00
parent df5a915287
commit 14d2f2992d

View File

@ -6,8 +6,9 @@ on:
if: ${{ github.ref }} == 'refs/head/master' if: ${{ github.ref }} == 'refs/head/master'
jobs: jobs:
build-alt: build-alt:
runs-on: alt-latest ## runs-on: alt-latest
container:
image: prj.zxalexis.ru/zx/alt-rpmbuild
branches: branches:
- 'master' - 'master'
@ -15,14 +16,14 @@ jobs:
- name: Checking environment - name: Checking environment
continue-on-error: true continue-on-error: true
run: printenv run: printenv
- name: Installing prerequisites - update apt ## - name: Installing prerequisites - update apt
run: apt-get update ## run: apt-get update
- name: Installing prerequisites - install nodejs for actions & git ## - name: Installing prerequisites - install nodejs for actions & git
run: apt-get install -y git nodejs su ## run: apt-get install -y git nodejs su
- name: Installing build environment ## - name: Installing build environment
continue-on-error: true ## continue-on-error: true
run: | ## run: |
apt-get install -y gcc rpm-build rpmlint make python gear hasher fakeroot patch rpmdevtools ## apt-get install -y gcc rpm-build rpmlint make python gear hasher fakeroot patch rpmdevtools
- name: Installing needed software - name: Installing needed software
run: apt-get install -y bison tcl run: apt-get install -y bison tcl
- name: Adding build user - name: Adding build user