Malte Poll
Malte Poll
Closes #355
From the go docs of os.MkdirAll: > [...] If path is already a directory, MkdirAll does nothing and returns nil. Related issue: https://github.com/spf13/afero/issues/191
Fixes #234 **Summary of Changes** 1. Upgrade httpsnoop
**Describe the problem you're having** I am using multiple dependencies, some using github.com/felixge/[email protected]. Would it be possible to upgrade httpsnoop to 1.0.3? As far as I can tell, there are...
mkosi is a nice tool for building (in addition to other things) nspawn images. While nspawn can use a large number of different formats, OCI is a very convenient one...
### What version of rules_go are you using? ### What version of gazelle are you using? ### What version of Bazel are you using? ### Does this issue reproduce with...
I would like to reuse some of the example code in this repo but noticed that the license asks me to refer to the copyright holder following this template: ```...
# 🐞 bug report ### Affected Rule n/a ### Is this a regression? no ### Description The python toolchains downloaded by this rule depend on an (outdated) version of the...
It looks like something went wrong here: https://github.com/uutils/coreutils/actions/runs/7596318857 EDIT: I'm seeing this error between a mountain of weird output: ``` 2024-01-20T19:21:23.9087255Z [0m C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\windows_x86_64_gnu-0.42.2\lib/libwindows.a(ntdll_dll_s00082.o): illegal symbol index -1869611008 in relocs...
**Describe the bug** I have a go binary that is built in Baze using rules_nixpkgs Go and CC toolchains. The Go binary uses cgo to link `cryptsetup` from nixpkgs. The...