Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
eecb9535
Commit
eecb9535
authored
Jan 04, 2017
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add libasan and libubsan in the test docker images
parent
493b0d17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
docker/biboumi-test/debian/Dockerfile
docker/biboumi-test/debian/Dockerfile
+2
-0
docker/biboumi-test/fedora/Dockerfile
docker/biboumi-test/fedora/Dockerfile
+2
-0
No files found.
docker/biboumi-test/debian/Dockerfile
View file @
eecb9535
...
...
@@ -19,6 +19,8 @@ RUN apt install -y libidn11-dev
RUN
apt
install
-y
uuid-dev
RUN
apt
install
-y
libsystemd-dev
RUN
apt
install
-y
pandoc
RUN
apt
install
-y
libasan2
RUN
apt
install
-y
libubsan0
# Needed to run tests
RUN
apt
install
-y
git
...
...
docker/biboumi-test/fedora/Dockerfile
View file @
eecb9535
...
...
@@ -19,6 +19,8 @@ RUN dnf install -y libidn-devel
RUN
dnf
install
-y
uuid-devel
RUN
dnf
install
-y
systemd-devel
RUN
dnf
install
-y
pandoc
RUN
dnf
install
-y
libasan
RUN
dnf
install
-y
libubsan
# Needed to run tests
RUN
dnf
install
-y
git
...
...
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