Page MenuHomeFreeBSD

lang/nim: Fix build within poudriere
ClosedPublic

Authored by lbartoletti on Apr 27 2020, 7:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 5:25 PM
Unknown Object (File)
Thu, Apr 11, 11:17 PM
Unknown Object (File)
Dec 23 2023, 7:56 AM
Unknown Object (File)
Nov 12 2023, 1:46 AM
Unknown Object (File)
Nov 10 2023, 7:40 PM
Unknown Object (File)
Oct 9 2023, 6:25 PM
Unknown Object (File)
Sep 5 2023, 2:22 AM
Unknown Object (File)
Sep 5 2023, 2:21 AM
Subscribers

Details

Summary

Fix the build of lang/nim within poudriere:

  • Make sure we use specified build caches for all build commands (this was causing the poudriere testport to fail for the tools build).
  • Ensure that devel/nimble is not built as part of this port by using the koch toolsToNimble command instead of koch tools. If left to it's own devices the koch tools command will download nimble from git and build it itself.
Test Plan

poudriere (11/12 i386/amd64 ; HEAD i386/amd64/aarch64)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable