mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5857] [MERGED] ci: standardize apt-get update/install & misc improvements #5695
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5695
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:ci-standardize-apt📝 Commits (3)
dc826cbci: print config.log if configure fails0585d78ci: remove commented profile checks from build jobs15e40e9ci: 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:
GitLab-specific changes:
DEBIAN_FRONTEND=noninteractiveto reduce noiseNote:
DEBIAN_FRONTENDdoes not appear to be needed in the defaultGitHub 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.