Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
3176d82e
Unverified
Commit
3176d82e
authored
May 03, 2021
by
Stéphane Graber
Committed by
GitHub
May 03, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3824 from evverx/sanitizers-follow-ups
github: remove the dh-* packages
parents
705b2c32
bfb24cf0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
sanitizers.sh
.github/workflows/sanitizers.sh
+3
-4
No files found.
.github/workflows/sanitizers.sh
View file @
3176d82e
...
...
@@ -13,9 +13,8 @@ apt-get update -qq
apt-get
install
--yes
--no-install-recommends
\
apparmor automake autoconf bash-completion bridge-utils build-essential
\
busybox-static clang cloud-image-utils curl dbus debhelper debootstrap
\
devscripts dh-apparmor dh-autoreconf dh-systemd dnsmasq-base
\
docbook2x doxygen ed fakeroot file gcc gnupg graphviz git iptables
\
net-tools libapparmor-dev libcap-dev libgnutls28-dev liblua5.2-dev
\
devscripts dnsmasq-base docbook2x doxygen ed fakeroot file gcc gnupg graphviz
\
git iptables net-tools libapparmor-dev libcap-dev libgnutls28-dev liblua5.2-dev
\
libpam0g-dev libseccomp-dev libselinux1-dev libtool linux-libc-dev
\
llvm lsb-release make openssl pkg-config python3-all-dev
\
python3-setuptools rsync squashfs-tools uidmap unzip uuid-runtime
\
...
...
@@ -28,7 +27,7 @@ esac
./autogen.sh
CFLAGS
=
"-Wall -Werror"
./configure
$ARGS
make
make
-j
$(
nproc
)
make
install
cat
<<
'
EOF
' >/usr/bin/lxc-test-share-ns
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment