mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-12 14:48:14 +00:00
Build compiler with --noNimblePath (#20168)
- Fixes https://github.com/nim-lang/Nim/issues/18840
This commit is contained in:
@@ -42,7 +42,7 @@ triggers:
|
||||
|
||||
proc genBuildExtras(echoRun, koch, nim: string): string =
|
||||
result = fmt"""
|
||||
{echoRun} {nim} c --skipUserCfg --skipParentCfg --hints:off koch
|
||||
{echoRun} {nim} c --noNimblePath --skipUserCfg --skipParentCfg --hints:off koch
|
||||
{echoRun} {koch} boot -d:release --skipUserCfg --skipParentCfg --hints:off
|
||||
{echoRun} {koch} tools --skipUserCfg --skipParentCfg --hints:off
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user