Skip to content

Commit 5bce55f

Browse files
Update index.js
1 parent 11bf67c commit 5bce55f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const temporaryFile2 = `${ process.cwd() }/dumper.nim`
1616
const temporaryFileAsm = `${ process.cwd() }/@mtemp.nim.c`
1717
const temporaryOutFile = temporaryFile.replace(".nim", "")
1818
const extraFlags = ` -d:nimDebug -d:nimDebugDlOpen -d:ssl -d:nimDisableCertificateValidation --forceBuild:on --colors:off --verbosity:0 --hints:off --lineTrace:off --nimcache:${ process.cwd() } --out:${temporaryOutFile} ${temporaryFile}`
19-
const nimFinalVersions = ["devel", "stable", "2.2.2", "2.0.0", "1.6.20", "1.4.8", "1.2.18", "1.0.10"]
19+
const nimFinalVersions = ["devel", "stable", "2.2.4", "2.0.0", "1.6.20", "1.4.8", "1.2.18", "1.0.10"]
2020
const choosenimNoAnal = {env: {...process.env, CHOOSENIM_NO_ANALYTICS: "1", SOURCE_DATE_EPOCH: Math.floor(Date.now() / 1000).toString()}} // SOURCE_DATE_EPOCH is same in all runs.
2121
const valgrindLeakChck = {env: {...process.env, VALGRIND_OPTS: "--quiet --tool=memcheck --leak-check=full --show-leak-kinds=all --errors-for-leak-kinds=all --undef-value-errors=yes --track-origins=yes --show-error-list=yes --keep-debuginfo=yes --show-emwarns=yes --demangle=yes --smc-check=none --num-callers=9 --max-threads=9"}}
2222
let nimFileCounter = 0

0 commit comments

Comments
 (0)