Compare commits

...

5 Commits

Author SHA1 Message Date
Gilver 23e95aaeb8 fix: Comment typo
Signed-off-by: Gilver <rockgrub@disroot.org>
2025-05-17 13:13:44 -05:00
Gilver 333e879792 fix: Revert actually
Signed-off-by: Gilver <rockgrub@disroot.org>
2025-05-17 13:13:10 -05:00
Gilver 97416a39c0 fix(terra-mock-configs): Also update files list
Signed-off-by: Gilver <rockgrub@disroot.org>
2025-05-17 13:09:06 -05:00
Gilver 467b15fa91 chore(terra-mock-configs): Update to stable
Signed-off-by: Gilver <rockgrub@disroot.org>
2025-05-17 13:06:53 -05:00
halfcyan d498680ba3 Update CI to use non-dev mock configs 2025-05-17 12:54:21 -05:00
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
dnf builddep -y ${dir}/*.spec
- name: Build with Andaman
run: anda build ${{ matrix.pkg.pkg }} -c terra-el${{ matrix.version }}-dev-${{ matrix.pkg.arch }} ${{ !matrix.pkg.labels.mock == '1' && '-rrpmbuild' || '' }}
run: anda build ${{ matrix.pkg.pkg }} -c terra-el${{ matrix.version }}-${{ matrix.pkg.arch }} ${{ !matrix.pkg.labels.mock == '1' && '-rrpmbuild' || '' }}
- name: Generating artifact name
id: art
+2 -2
View File
@@ -48,14 +48,14 @@ jobs:
run: anda build anda/terra/release/pkg --rpm-builder=rpmbuild
- name: Build Subatomic
run: anda build -c terra-el${{ matrix.version }}-dev-${{ matrix.arch }}.cfg anda/tools/buildsys/subatomic/pkg --rpm-builder=rpmbuild
run: anda build -c terra-el${{ matrix.version }}-${{ matrix.arch }}.cfg anda/tools/buildsys/subatomic/pkg --rpm-builder=rpmbuild
- name: Install Subatomic and anda-srpm-macros
run: dnf install -y ./anda-build/rpm/rpms/{subatomic,anda-srpm-macros}-*.rpm
- name: Install Build Dependencies for Andaman
run: dnf builddep -y anda/tools/buildsys/anda/*.spec
- name: Build Andaman
run: anda build -c terra-el${{ matrix.version }}-dev-${{ matrix.arch }} anda/tools/buildsys/anda/pkg --rpm-builder=rpmbuild
run: anda build -c terra-el${{ matrix.version }}-${{ matrix.arch }} anda/tools/buildsys/anda/pkg --rpm-builder=rpmbuild
- name: Upload packages to subatomic
run: |
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Build with Andaman
run: anda build -c terra-el${{ matrix.version }}-dev-${{ matrix.arch }} anda/${{ matrix.pkg }}pkg
run: anda build -c terra-el${{ matrix.version }}-${{ matrix.arch }} anda/${{ matrix.pkg }}pkg
- name: Generating artifact name
id: art
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
dnf builddep -y ${dir}/*.spec
- name: Build with Andaman
run: anda build ${{ matrix.pkg.pkg }} -c terra-el${{ matrix.version }}-dev-${{ matrix.pkg.arch }} ${{ contains(matrix.pkg.labels, 'mock') && '' || '-rrpmbuild' }}
run: anda build ${{ matrix.pkg.pkg }} -c terra-el${{ matrix.version }}-${{ matrix.pkg.arch }} ${{ contains(matrix.pkg.labels, 'mock') && '' || '-rrpmbuild' }}
- name: Generating artifact name
id: art