icp
icp
The upstream is being being [adopted by and transitioned to GitLab](https://github.com/profclems/glab/issues/983). Probably better to update the `homepage` and `distfiles` now as the [release is also available](https://gitlab.com/gitlab-org/cli/-/releases/v1.22.0) in the new host.
Could try again with `v3.5.1`. I don't have a `-musl` system for the tests but they pass in my `x86_64`. Edit: packaged in a separate masterdir for `x86_64-musl` and the...
The failing test is weird. It always fails for me when run on a clean build but passes on subsequent invocations.
`masterdir/tmp` is being operated on. Both `ls -A1` and `os.listdir(".")` outputs the contents properly. Even if you manually wipe with `rm -r masterdir/tmp/*`, on a clean build you get `AssertionError:...
It does generate 2 files under `masterdir/tmp` for me after each invocation but that happens in later tests, executed after the two function calls in this test. Even then I...
Your template almost works, just remove the `scdoc` commands from the `post_install` - it should be: ``` post_install() { vlicense LICENSE vman docs/wayshot.1.gz vman docs/wayshot.7.gz } ```
I'm having a similar crash which seems related so putting here for now: #### To Reproduce "alias gs = git switch" in `config.nu` `$ gs main;` ``` thread 'main' panicked...
@valpackett I updated to 0.70 and it works fine now.
I'll guess it needs `Vulkan-Headers` under `makedepends`
Yay! :tada: