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
b31484bd
Commit
b31484bd
authored
Mar 30, 2021
by
Evgeny Vereshchagin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: enable PAM
to make sure pam_cgfs is buildable with ASan/UBsan too Signed-off-by:
Evgeny Vereshchagin
<
evvers@ya.ru
>
parent
7bf9dc49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build.yml
.github/workflows/build.yml
+2
-2
No files found.
.github/workflows/build.yml
View file @
b31484bd
...
@@ -27,7 +27,7 @@ jobs:
...
@@ -27,7 +27,7 @@ jobs:
run
:
|
run
:
|
sudo apt-get update -qq
sudo apt-get update -qq
sudo apt-get install -qq gcc clang
sudo apt-get install -qq gcc clang
sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev libselinux1-dev linux-libc-dev docbook2x
sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev libselinux1-dev linux-libc-dev
libpam0g-dev
docbook2x
-
name
:
Compiler version
-
name
:
Compiler version
env
:
env
:
...
@@ -55,6 +55,6 @@ jobs:
...
@@ -55,6 +55,6 @@ jobs:
make DESTDIR="${BUILD}/install" install
make DESTDIR="${BUILD}/install" install
cd "${SAN_BUILD}"
cd "${SAN_BUILD}"
CFLAGS="$CFLAGS -fsanitize=address,undefined" ../configure --disable-no-undefined --enable-tests --with-distro=unknown
CFLAGS="$CFLAGS -fsanitize=address,undefined" ../configure --disable-no-undefined --enable-
pam --enable-
tests --with-distro=unknown
make -j4
make -j4
make DESTDIR="${SAN_BUILD}/install" install
make DESTDIR="${SAN_BUILD}/install" install
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