gyro
gyro copied to clipboard
A Zig package manager with an index, build runner, and build dependencies.
Using zig master and gyro 0.7.0 release: ``` $ gyro add --src github Hejsil/clap error: remote authentication required but no callback set ``` I don't understand why I'd need authentication;...
Here's the output when trying to fetch my zheets library version 0.1.10: ```sh ❯ gyro build git github.com/beho/zig-csv f9bff064 [##################################################################################] 100% git github.com/devins2518/requestz da32d03a [##################################################################################] 100% pkg astrolabe.pm/devins2518/zheets 0.1.10 [##################################################################################]...
I tried to create a gyro manifest for a project that I am working on. Currently, I have the source stored in a private repository on GitHub. When running ```...
I have this package tree: LinkSystemLibrary("c").........] --- a--b--final LinkSystemLibrary("glfw")....] As you can see first library depends on system libs, and the second one on the first one. Final package will...
With latest gyro built from source with fix from #181 using stage2, passing `-fstage1` works fine Release-Safe: ``` $ gyro publish thread 31213 panic: incorrect alignment [1] 31213 IOT instruction...
Any way someone can update this to work with zig master? It's a million times better than zigmod, but I can't use this with anything because I need zig 11.
I just installed gyro from the .tar.gz. my zig version is: 0.10.1 and the error i am getting when running ```gyro build``` is: ``` /home/mknight/zig/0.10.0-dev.2431+0e6285c8f/files/lib/std/json.zig:1784:33: 0x2da5a1 in std.json.parse (gyro) /home/mknight/zig/0.10.0-dev.2431+0e6285c8f/files/lib/std/json.zig:0:0:...
Gyro is currently incompatible with the changes that have recently been made to zig's build system: ``` /home/lordmzte/dev/dotfiles/scripts/mzteinit/deps.zig:14:17: error: no field or member function named 'addPackage' in 'Build.CompileStep' artifact.addPackage(pkgs.@"ansi-term"); ~~~~~~~~^~~~~~~~~~~...
### When i try to run `gyro build`, i got a weired error without information/stack call trace: ``` Unable to dump stack trace: FileNotFound ``` ### So, i tried to...
Currently, there's no good way to have multiple mutually dependent packages in the same repo. At present, all packages depend on the same list of dependencies, so if you depend...