Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dpdk: remove generic platform option from aarch64 #75

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion rocky_linux_8-arm64-native/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN cd $HOME && \
cd dpdk && \
meson setup build && \
cd build && \
meson configure -Dplatform=generic && \
meson configure -Ddisable_apps=* && \
meson configure -Dtests=false && \
meson configure -Denable_drivers=crypto/*,dma/*,net/pcap && \
Expand Down
1 change: 0 additions & 1 deletion rocky_linux_9-arm64-native/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN cd $HOME && \
cd dpdk && \
meson setup build && \
cd build && \
meson configure -Dplatform=generic && \
meson configure -Ddisable_apps=* && \
meson configure -Dtests=false && \
meson configure -Denable_drivers=crypto/*,dma/*,net/pcap && \
Expand Down
1 change: 0 additions & 1 deletion ubuntu_18.04-arm64-native/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ RUN cd $HOME && \
cd dpdk && \
meson setup build && \
cd build && \
meson configure -Dplatform=generic && \
meson configure -Ddisable_apps=* && \
meson configure -Dtests=false && \
meson configure -Denable_drivers=crypto/*,dma/*,net/pcap && \
Expand Down
1 change: 0 additions & 1 deletion ubuntu_20.04-arm64-native-dpdk_20.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ RUN cd $HOME && \
cd dpdk && \
meson setup build && \
cd build && \
meson configure -Dplatform=generic && \
meson configure -Ddisable_apps=* && \
meson configure -Dtests=false && \
meson configure -Ddisable_drivers=baseband/*,event/*,raw/* && \
Expand Down
1 change: 0 additions & 1 deletion ubuntu_20.04-arm64-native-dpdk_21.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ RUN cd $HOME && \
cd dpdk && \
meson setup build && \
cd build && \
meson configure -Dplatform=generic && \
meson configure -Ddisable_apps=* && \
meson configure -Dtests=false && \
meson configure -Denable_drivers=crypto/*,dma/*,mempool/ring,net/pcap && \
Expand Down
1 change: 0 additions & 1 deletion ubuntu_20.04-arm64-native-dpdk_22.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ RUN cd $HOME && \
cd dpdk && \
meson setup build && \
cd build && \
meson configure -Dplatform=generic && \
meson configure -Ddisable_apps=* && \
meson configure -Dtests=false && \
meson configure -Denable_drivers=crypto/*,dma/*,net/pcap && \
Expand Down
1 change: 0 additions & 1 deletion ubuntu_20.04-arm64-native/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ RUN cd $HOME && \
cd dpdk && \
meson setup build && \
cd build && \
meson configure -Dplatform=generic && \
meson configure -Ddisable_apps=* && \
meson configure -Dtests=false && \
meson configure -Denable_drivers=crypto/*,dma/*,net/pcap && \
Expand Down
1 change: 0 additions & 1 deletion ubuntu_22.04-arm64-native/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ RUN cd $HOME && \
cd dpdk && \
meson setup build && \
cd build && \
meson configure -Dplatform=generic && \
meson configure -Ddisable_apps=* && \
meson configure -Dtests=false && \
meson configure -Denable_drivers=crypto/*,dma/*,net/pcap && \
Expand Down
1 change: 0 additions & 1 deletion ubuntu_23.04-arm64-native/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ RUN cd $HOME && \
cd dpdk && \
meson setup build && \
cd build && \
meson configure -Dplatform=generic && \
meson configure -Ddisable_apps=* && \
meson configure -Dtests=false && \
meson configure -Denable_drivers=crypto/*,dma/*,net/pcap && \
Expand Down
Loading