Skip to content

Commit

Permalink
tested if --flag bitvec:-simd is still necessary, concluded it is, ch…
Browse files Browse the repository at this point in the history
…anged the relevant comment
  • Loading branch information
nevrome committed Jan 17, 2025
1 parent 1207a75 commit c574a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ WORKDIR source

# install
# - as described in crypton README, crypton requires disabling "use_target_attributes"
# - for bitvec the "simd" flag added in v1.1.5.0 has to be deactivated - the gcc version here does not seem to support it
# - for bitvec the "simd" flag added in v1.1.5.0 has to be deactivated
RUN stack install --system-ghc --flag crypton:-use_target_attributes --flag bitvec:-simd

0 comments on commit c574a10

Please sign in to comment.