Skip to content

Commit

Permalink
More targets from other PR
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Baker <[email protected]>
  • Loading branch information
PeterBaker0 committed Sep 1, 2024
1 parent e14112d commit 0a4fe07
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 @@ -63,7 +63,7 @@ ARG ADRIA_VERSION="0.11.0"
ENV ADRIA_VERSION=$ADRIA_VERSION

# Try to coerce Julia to build across multiple targets
ENV JULIA_CPU_TARGET=x86_64;haswell;skylake;skylake-avx512;tigerlake
ENV JULIA_CPU_TARGET=generic;skylake;skylake-avx512,tigerlake,sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1)

# Install ADRIA.jl into the @adria shared environment as an unregistered package.
# - Allow the package source and version to be overridden at build-time.
Expand Down

0 comments on commit 0a4fe07

Please sign in to comment.