Skip to content

Commit a5b8876

Browse files
committed
fix: CPU compatibility - use haswell target for DPD
1 parent 4d4c812 commit a5b8876

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN meson setup \
4747
--prefix=/usr/local \
4848
--libdir=lib64 \
4949
-Ddefault_library=static \
50+
-Dmachine=haswell \
5051
-Ddisable_drivers=net/mlx4 \
5152
-Ddisable_apps=* \
5253
-Denable_apps= \

Dockerfile.ubuntu18

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ RUN PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH \
9292
--prefix=/usr/local \
9393
--libdir=lib64 \
9494
-Ddefault_library=static \
95+
-Dmachine=haswell \
9596
-Ddisable_drivers=net/mlx4 \
9697
-Ddisable_apps=* \
9798
-Denable_apps= \

dwd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dwd"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
rust-version = "1.87"
66
publish = true

0 commit comments

Comments
 (0)