Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-UPF
Commits
3f05f802
Commit
3f05f802
authored
Aug 12, 2022
by
Rohan Raju Kharade
Committed by
Raphael Defosseux
Sep 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ubuntu22.04 support
Signed-off-by:
Rohan Raju Kharade
<
kharade@massive.sboai.cs.eurecom.fr
>
parent
9cb5da7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
docs/BUILD_IMAGE.md
docs/BUILD_IMAGE.md
+10
-1
scripts/patches/werror_disable.patch
scripts/patches/werror_disable.patch
+11
-0
No files found.
docs/BUILD_IMAGE.md
View file @
3f05f802
...
...
@@ -33,7 +33,16 @@ $ docker build --target oai-upf-vpp --tag oai-upf-vpp:latest \
--build-arg
BASE_IMAGE
=
ubuntu:20.04 .
```
## 3.3 On a RHEL 7 Host ##
## 3.3 On a Ubuntu 22.04 Host ##
```
bash
$
docker build
--target
oai-upf-vpp
--tag
oai-upf-vpp:latest
\
--file
docker/Dockerfile.upf-vpp.ubuntu
\
--build-arg
NEEDED_GIT_PROXY
=
"http://proxy.eurecom.fr:8080"
\
--build-arg
BASE_IMAGE
=
ubuntu:22.04 .
```
## 3.4 On a RHEL 7 Host ##
```
bash
$
docker build
--target
oai-upf-vpp
--tag
oai-upf-vpp:latest
\
...
...
scripts/patches/werror_disable.patch
View file @
3f05f802
...
...
@@ -11,4 +11,15 @@
if (compiler_flag_no_address_of_packed_member)
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@
# +libganglia1-dev if building the gmond plugin
DEB_DEPENDS = curl build-essential autoconf automake ccache
-DEB_DEPENDS += debhelper dkms git libtool libapr1-dev dh-systemd dh-python
+DEB_DEPENDS += debhelper dkms git libtool libapr1-dev dh-python
DEB_DEPENDS += libconfuse-dev git-review exuberant-ctags cscope pkg-config
DEB_DEPENDS += lcov chrpath autoconf indent clang-format libnuma-dev
DEB_DEPENDS += python3-all python3-setuptools check
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