Morten Linderud
Morten Linderud
Okay, I think the error reported above I the same thing. ``` timeout --foreground 120 /home/runner/go/bin/incus file push /home/runner/work/incus/incus/test/tmp.gTh/tmp oidc-openfga:user-foo/root/tmpfile.txt --verbose ``` You are pushing to `/root` without the executable...
I don't disagree it's weird, but the permissions are obviously wrong it seems. ```diff diff --git a/test/deps/import-busybox b/test/deps/import-busybox index 3c72e87cec67..7dab4e42e747 100755 --- a/test/deps/import-busybox +++ b/test/deps/import-busybox @@ -236,6 +236,7 @@ class...
Right, `internal_cgo.go` should call `pkg-config` or have some way to figure out the relative path of the vendor folder. I don't think this is a `sbctl` bug strictly speaking.
I suspect that would be annoying for everyone that doesn't have a new enough stdlib? Could you avoid false positives?
I suspect this depends on how you want to solve the check. You could just check if `slog` is occupied by multiple packages in your code base, or you could...
Ah, so I did wire this up. I probably forgot to add this to the readme.
> It isnʼt in sbctl.conf(5); I did try to look at the code but must have missed that. Is there also a command line option to sbctl create-keys? It seems...
>My system wouldn't boot after the last update, which appears to be because I'd missed the "failed creating bundle" message in the pacman output the last time I updated. Should...
Generally stuff looks fine. Please don't feel too constrained by how the `file` and `tpm` backend is done and just get stuff to work through hacks and weird stuff to...
Closing this as it's been open for over a year. Feel free to reopen if you start working on it again.