Skip to content

Commit

Permalink
Dockerfile: don't build with scotch enabled for now
Browse files Browse the repository at this point in the history
scotch-rs uses bindgen with no default features and thus
clang-sys/runtime is not enabled. For some reasons this breaks when
multiple versions of bindgen are in use.

Once scotch-rs enables bindgen/runtime, things should work and this
commit can be reverted.
  • Loading branch information
hhirtz committed Dec 8, 2023
1 parent fef0c5e commit e0faa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends libclang-dev

ARG BINDGEN_EXTRA_CLANG_ARGS="-I/usr/include/scotch"

RUN cargo install --path tools --root /builder/install --features metis,scotch,intel-perf
RUN cargo install --path tools --root /builder/install --features metis,intel-perf

# FINAL IMAGE

Expand Down

0 comments on commit e0faa0b

Please sign in to comment.