Skip to content

Commit

Permalink
Rebuild using generic
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Mar 18, 2024
1 parent e255870 commit aa8093d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "8.0.0"
version = "8.0.1"

[deps]
ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update && \

ENV JULIA_DEPOT_PATH=/usr/local/julia
ENV JULIA_PROJECT=/
ENV JULIA_CPU_TARGET="native;tigerlake"
ENV JULIA_CPU_TARGET=generic

WORKDIR /
COPY Project.toml Manifest.toml install.jl precompile.jl .
Expand Down

0 comments on commit aa8093d

Please sign in to comment.