-
When I try to cross compile my project which uses `go-sqlite-lite`, I get the following output:
```
➜ GOOS=linux GOARCH=amd64 go build -o bin/application ./cmd/rgserver
extern/sqlite/sqllite_reader…
-
64 bit
* Linux
* Linux ARM (Raspi)
* Windows
* MacOS
* Docker
-
-
In addition to `pkg-config` (#1) another fallback option would be building `libmagic` if it is not installed for the target system.
This could be done using a Git submodule of [file/file](https://git…
-
Is there any interest in contributing support for this architecture? I'd be intending on getting this up and running on a Pinebook Pro (which I don't own yet, but intend on purchasing soon).
If so,…
-
## Tracking issue
This is happening! Join `#windows:nixos.org` on matrix if you want to help out!
- #9519 Get in a development environment
- #8901
## Original description
Currently [Stack…
-
BPO | [5404](https://bugs.python.org/issue5404)
--- | :---
Nosy | @loewis, @gpshead, @tarekziade, @merwok, @vadmium, @moreati, @awilfox
Files | [arm-linux-gnueabi.sh](https://bugs.python.org/file35080…
-
I'm trying to figure out an approach to using cross compilation in a flake, where there would be a client and a server, the client being run on a raspberry pi, and the server on x86 linux. I'm unsure …
-
Would a pull request that replaces the glibc specific argp functions with plain posix functions be accepted?
Alternatively, a pull request that #ifdefs them and provides alternatives for systems no…
-
I'm trying to set up msvc-wine-rust in an alpine container. This is mostly documentation on what I needed to go to get it to work.
When it gets to the `sha256sum --quiet --check dl.sha256 || exit 2…