Stream: bugs

Topic: Nightly build outdated?


view this post on Zulip jan kili (Nov 20 2024 at 18:06):

I expect that I'm doing something wrong, but here's what I see after downloading roc_nightly-linux_x86_64-latest.tar.gz, which GitHub says is 2 days old:

[jan@framey roc-bad-installation]$ ls
roc_nightly-linux_x86_64-latest.tar.gz
[jan@framey roc-bad-installation]$ tar -xf roc_nightly-linux_x86_64-latest.tar.gz
[jan@framey roc-bad-installation]$ ls
roc_nightly-linux_x86_64-2024-11-15-8dbc909  roc_nightly-linux_x86_64-latest.tar.gz
[jan@framey roc-bad-installation]$ ./roc_nightly-linux_x86_64-2024-11-15-8dbc909/roc version
./roc_nightly-linux_x86_64-2024-11-15-8dbc909/roc: /lib64/libtinfo.so.6: no version information available (required by ./roc_nightly-linux_x86_64-2024-11-15-8dbc909/roc)
roc nightly pre-release, built from commit 8dbc909 on Fr 15 Nov 2024 09:02:07 UTC
[jan@framey roc-bad-installation]$

CC @Anton

view this post on Zulip jan kili (Nov 20 2024 at 18:08):

(The critical part being 15 Nov)

view this post on Zulip jan kili (Nov 20 2024 at 18:08):

Is anyone else's nightly build several days old? I'm unable to use the new Str.splitOn.

view this post on Zulip jan kili (Nov 20 2024 at 18:16):

Side note - do we plan a sort of core ecosystem feature freeze pre/during AoC? My currently nightly update need is due to https://github.com/lukewilliamboswell/roc-json updating yesterday to use Str.splitOn, though I guess I could import an old version of it.

view this post on Zulip Anton (Nov 20 2024 at 18:30):

You can use a TESTING release from here they are more recent. I'm currently updating important platforms and packages so they all work with the TESTING release.

view this post on Zulip jan kili (Nov 20 2024 at 18:36):

Ah, I see. Are latest builds pointing to Nov 15 until this rollout is done in a few days?

view this post on Zulip Anton (Nov 20 2024 at 18:38):

Yes


Last updated: Jul 06 2025 at 12:14 UTC