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)
Fri, Jul 26, 11:20 AM
Unknown Object (File)
Jun 21 2024, 6:14 AM
Unknown Object (File)
Jun 20 2024, 9:23 AM
Unknown Object (File)
Jun 20 2024, 8:52 AM
Unknown Object (File)
Jun 20 2024, 8:23 AM
Unknown Object (File)
May 4 2024, 2:23 PM
Unknown Object (File)
May 4 2024, 2:23 PM
Unknown Object (File)
Apr 30 2024, 1:23 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