[PR #5857] [MERGED] ci: standardize apt-get update/install & misc improvements #5695

Closed
opened 2026-05-05 10:43:11 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5857
Author: @kmk3
Created: 6/14/2023
Status: Merged
Merged: 6/18/2023
Merged by: @kmk3

Base: masterHead: ci-standardize-apt


📝 Commits (3)

  • dc826cb ci: print config.log if configure fails
  • 0585d78 ci: remove commented profile checks from build jobs
  • 15e40e9 ci: standardize apt-get update/install

📊 Changes

3 files changed (+47 additions, -36 deletions)

View changed files

📝 .github/workflows/build-extra.yml (+16 -10)
📝 .github/workflows/build.yml (+3 -2)
📝 .gitlab-ci.yml (+28 -24)

📄 Description

General changes:

  • Use a single -q on update, as the output is not too long
  • Use a single -q on install, to show all packages at once

GitLab-specific changes:

  • Use DEBIAN_FRONTEND=noninteractive to reduce noise
  • Use --no-install-recommends to avoid installing unnecessary packages
  • Filter out uninteresting lines on install

Note: DEBIAN_FRONTEND does not appear to be needed in the default
GitHub runner container and not many packages are currently being
downloaded/installed in them, so do the above changes only jobs that use
custom Docker images.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/5857 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 6/14/2023 **Status:** ✅ Merged **Merged:** 6/18/2023 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `ci-standardize-apt` --- ### 📝 Commits (3) - [`dc826cb`](https://github.com/netblue30/firejail/commit/dc826cba3144644567d87496815f122384c2e0d9) ci: print config.log if configure fails - [`0585d78`](https://github.com/netblue30/firejail/commit/0585d78d117db0a0cd18e0476d50b063b99ba2ce) ci: remove commented profile checks from build jobs - [`15e40e9`](https://github.com/netblue30/firejail/commit/15e40e9ae48dcab4f317215fe5aef8a58f7259dc) ci: standardize apt-get update/install ### 📊 Changes **3 files changed** (+47 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-extra.yml` (+16 -10) 📝 `.github/workflows/build.yml` (+3 -2) 📝 `.gitlab-ci.yml` (+28 -24) </details> ### 📄 Description General changes: * Use a single -q on update, as the output is not too long * Use a single -q on install, to show all packages at once GitLab-specific changes: * Use `DEBIAN_FRONTEND=noninteractive` to reduce noise * Use --no-install-recommends to avoid installing unnecessary packages * Filter out uninteresting lines on install Note: `DEBIAN_FRONTEND` does not appear to be needed in the default GitHub runner container and not many packages are currently being downloaded/installed in them, so do the above changes only jobs that use custom Docker images. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:43:11 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5695
No description provided.