|
1 | 1 | # GitHub Actions Scripts |
2 | | -# Copyright (C) 2021-2024 by Thomas Dreibholz |
| 2 | +# Copyright (C) 2021-2025 by Thomas Dreibholz |
3 | 3 | # |
4 | 4 | # This program is free software: you can redistribute it and/or modify |
5 | 5 | # it under the terms of the GNU General Public License as published by |
@@ -40,37 +40,37 @@ jobs: |
40 | 40 | sudo ci/ci-test |
41 | 41 |
|
42 | 42 | # ====== Debian Linux ===================================================== |
43 | | - #debian-packaging: |
44 | | - # name: Debian Packaging |
45 | | - # runs-on: ubuntu-latest |
46 | | - # container: |
47 | | - # image: debian:unstable |
48 | | - # options: --privileged |
49 | | - # steps: |
50 | | - # - uses: actions/checkout@v4 |
51 | | - # - name: Packaging |
52 | | - # shell: bash |
53 | | - # run: | |
54 | | - # CC=gcc CXX=g++ OS=debian DIST=unstable ARCH= ci/ci-setup package |
55 | | - # CC=gcc CXX=g++ OS=debian DIST=unstable ARCH= ci/ci-install package |
56 | | - # CC=gcc CXX=g++ OS=debian DIST=unstable ARCH= ci/ci-build package |
57 | | - # # ci/ci-test <- Not running on Ubuntu! |
| 43 | + debian-packaging: |
| 44 | + name: Debian Packaging |
| 45 | + runs-on: ubuntu-latest |
| 46 | + container: |
| 47 | + image: debian:unstable |
| 48 | + options: --privileged |
| 49 | + steps: |
| 50 | + - uses: actions/checkout@v4 |
| 51 | + - name: Packaging |
| 52 | + shell: bash |
| 53 | + run: | |
| 54 | + CC=gcc CXX=g++ OS=debian DIST=unstable ARCH= ci/ci-setup package |
| 55 | + CC=gcc CXX=g++ OS=debian DIST=unstable ARCH= ci/ci-install package |
| 56 | + CC=gcc CXX=g++ OS=debian DIST=unstable ARCH= ci/ci-build package |
| 57 | + # ci/ci-test <- Not running on Ubuntu! |
58 | 58 |
|
59 | 59 | # ====== Fedora Linux ===================================================== |
60 | | - #fedora-packaging: |
61 | | - # name: Fedora Packaging |
62 | | - # runs-on: ubuntu-latest |
63 | | - # container: |
64 | | - # # Using Fedora 39 here, due to problems with Mock! |
65 | | - # # => https://github.com/rpm-software-management/mock/issues/1487 |
66 | | - # image: fedora:39 |
67 | | - # options: --privileged --cap-add=SYS_ADMIN |
68 | | - # steps: |
69 | | - # - uses: actions/checkout@v4 |
70 | | - # - name: Packaging |
71 | | - # shell: bash |
72 | | - # run: | |
73 | | - # CC=clang CXX=clang++ ARCH= ci/ci-setup package |
74 | | - # CC=clang CXX=clang++ ARCH= ci/ci-install package |
75 | | - # CC=clang CXX=clang++ ARCH= ci/ci-build package |
76 | | - # ci/ci-test |
| 60 | + fedora-packaging: |
| 61 | + name: Fedora Packaging |
| 62 | + runs-on: ubuntu-latest |
| 63 | + container: |
| 64 | + # Using Fedora 39 here, due to problems with Mock! |
| 65 | + # => https://github.com/rpm-software-management/mock/issues/1487 |
| 66 | + image: fedora:39 |
| 67 | + options: --privileged --cap-add=SYS_ADMIN |
| 68 | + steps: |
| 69 | + - uses: actions/checkout@v4 |
| 70 | + - name: Packaging |
| 71 | + shell: bash |
| 72 | + run: | |
| 73 | + CC=clang CXX=clang++ ARCH= ci/ci-setup package |
| 74 | + CC=clang CXX=clang++ ARCH= ci/ci-install package |
| 75 | + CC=clang CXX=clang++ ARCH= ci/ci-build package |
| 76 | + ci/ci-test |
0 commit comments