nightlies icon indicating copy to clipboard operation
nightlies copied to clipboard

Separate repository to trigger installer builds.

Results 7 nightlies issues
Sort by recently updated
recently updated
newest added

The latest 1.4 `linux_x64.tar.xz` archive is corrupt. The release page is here: https://github.com/nim-lang/nightlies/releases/tag/latest-version-1-4 ### Example ```shell curl -sSfLO https://github.com/nim-lang/nightlies/releases/download/latest-version-1-4/linux_x64.tar.xz tar xf linux_x64.tar.xz ``` ### Current behaviour ``` xz: (stdin): Compressed...

Problems with the current release system: - Github Release API requires pagination and repeated queries will result in throttling - Limited in terms of metadata: - We can't provide os-arch...

enhancement

This allows us to test whether the source tarball is self-contained.

Just ran across https://github.com/dockcross/dockcross/. They support a long list of docker images for cross compiling.

Ref: https://irclogs.nim-lang.org/02-01-2019.html#17:12:21 /cc @genotrance @Araq