aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-11-30 08:06:56 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-29 08:52:25 -0300
commit95f866e3c6a29d77825317c6f7e93289cc3f651d (patch)
tree2a5bf73f4ee20ec626b3322c192d0ae190770c2e /.github
parentci: add and use PKGNAME variable in in debian_ci (diff)
downloadfirejail-95f866e3c6a29d77825317c6f7e93289cc3f651d.tar.gz
firejail-95f866e3c6a29d77825317c6f7e93289cc3f651d.tar.zst
firejail-95f866e3c6a29d77825317c6f7e93289cc3f651d.zip
ci: remove unnecessary dependencies and endpoints
Sync the build and build-clang jobs.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-extra.yml2
-rw-r--r--.github/workflows/build.yml3
2 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index 0d9ae98ad..b0752042d 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -48,12 +48,10 @@ jobs:
48 with: 48 with:
49 egress-policy: block 49 egress-policy: block
50 allowed-endpoints: > 50 allowed-endpoints: >
51 archive.ubuntu.com:80
52 azure.archive.ubuntu.com:80 51 azure.archive.ubuntu.com:80
53 github.com:443 52 github.com:443
54 packages.microsoft.com:443 53 packages.microsoft.com:443
55 ppa.launchpadcontent.net:443 54 ppa.launchpadcontent.net:443
56 security.ubuntu.com:80
57 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 55 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
58 - name: update package information 56 - name: update package information
59 run: sudo apt-get update -qy 57 run: sudo apt-get update -qy
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4880c31e1..f33670e63 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -74,8 +74,7 @@ jobs:
74 - name: install dependencies 74 - name: install dependencies
75 run: > 75 run: >
76 sudo apt-get install -qy 76 sudo apt-get install -qy
77 gcc-12 libapparmor-dev libselinux1-dev expect xzdec whois 77 gcc-12 libapparmor-dev libselinux1-dev
78 bridge-utils
79 - name: print env 78 - name: print env
80 run: ./ci/printenv.sh 79 run: ./ci/printenv.sh
81 - name: configure 80 - name: configure