vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.89k stars 120 forks source link

build: pin jinx version #123

Closed ttytm closed 11 months ago

ttytm commented 11 months ago

The PR wants to pin jinx to a version that is save to work with vinix.

It might be good to pin a working version to prevent error potential instead of using the latest head commit. I'm submitting this after I came across some smaller problems when testing some commits in the jinx history.

Well different than expected I can't bootstrap it. With the latest jinx commit it's a curl error, with earlier versions I run into permission errors later in the process.