-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into gstreamer_tests
- Loading branch information
Showing
4 changed files
with
42 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
# Ubuntu 22.04, build stage | ||
FROM ubuntu@sha256:149d67e29f765f4db62aa52161009e99e389544e25a8f43c8c89d4a445a7ca37 AS builder | ||
|
||
LABEL maintainer="frank.du@intel.com,ming3.li@intel.com" | ||
LABEL maintainer="andrzej.wilczynski@intel.com,[email protected],marek.kasiewicz@intel.com" | ||
|
||
# Install build dependencies and debug tools | ||
RUN apt-get update -y && \ | ||
|
@@ -52,12 +52,12 @@ RUN make install && \ | |
WORKDIR /$MTL_REPO | ||
RUN ./build.sh && \ | ||
DESTDIR=/install meson install -C build && \ | ||
setcap 'cap_net_raw+ep' ./build/app/RxTxApp | ||
setcap 'cap_net_raw+ep' ./tests/tools/RxTxApp/build/RxTxApp | ||
|
||
# Ubuntu 22.04, runtime stage | ||
FROM ubuntu@sha256:149d67e29f765f4db62aa52161009e99e389544e25a8f43c8c89d4a445a7ca37 AS final | ||
|
||
LABEL maintainer="frank.du@intel.com,ming3.li@intel.com" | ||
LABEL maintainer="andrzej.wilczynski@intel.com,[email protected],marek.kasiewicz@intel.com" | ||
|
||
# Install runtime dependencies | ||
RUN apt-get update -y && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
# Build stage, ubuntu 22.04 | ||
FROM ubuntu@sha256:149d67e29f765f4db62aa52161009e99e389544e25a8f43c8c89d4a445a7ca37 AS builder | ||
|
||
LABEL maintainer="ming3.li@intel.com" | ||
LABEL maintainer="[email protected],[email protected],marek.kasiewicz@intel.com" | ||
|
||
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib64/pkgconfig | ||
|
||
|