Skip to content

Commit

Permalink
always bundle checksums (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Oct 8, 2024
1 parent c324176 commit 6e5586a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/build_nim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ build_nim() {
# working directory
pushd "$NIM_DIR"

# Otherwise, when updating from pre-v2.0.10 to v2.0.10 or later,
# https://github.com/nim-lang/Nim/issues/24173 occurs. Simulates
# https://github.com/nim-lang/Nim/pull/24189 as a workaround.
rm -rf dist/checksums

if grep -q skipIntegrityCheck koch.nim; then
# Run Nim buildchain, with matching dependency versions
# - CSOURCES_REPO from Nim/config/build_config.txt (nim_csourcesUrl)
Expand Down

0 comments on commit 6e5586a

Please sign in to comment.