-
There are many many many different ways of packaging rust applications into docker to make a nice workflow. Many of them have tons of annoying cache-caveats (some that only work on CI, some that only …
-
I'd love to be able to use this, but not at the cost of switching everything to a Debian build. What modifications are necessary to get this to run on an Alpine build?
-
**Describe the bug**
Cross-source joins fail between sources if the table on either side of the join have the same table name. Tested with SQL Server and SQLite sources.
**To Reproduce**
Origin…
-
I tried this code:
```rust
#![no_std]
#![no_main]
// use libcore::run;
const hello: &str = "hello_world";
// Move main to core, and make hal a lib if shellcode - use hal::shellcode etc
exte…
-
With some combinations of BUILDPLATFORM, TARGETPLATFORM, Dockerfile, and host CPU architecture downstream rust applications are built for incorrect CPU architecture.
- [x] Identify broken combinat…
-
Hi all,
I've recently discovered musl and a simple script to build a musl-based toolchain: https://github.com/richfelker/musl-cross-make
I've tried building that toolchain for `armv5-linux-musle…
-
So here is some interest in the musl versions 😄 I'd need them for Alpine Linux
-
## Specifications
1. Can be GLIBC-based
2. Needs to derive from official Python images
3. Should be multi-architecture
4. Should come with a C compiler (GCC/Clang)
5. Should come with Git insta…
-
### Describe the bug
This is a tracking issue for several bugfixes on different derivations when cross-compiling for `i686` or with a `clang`-only toolchain (`useLLVM = true`).
cc/ @Ericson2314
…
-
I would like to compile a statically linked version of PyOxidizer with musl instead of glibc. I read in your documentation the following.
> "On Linux, a binary built with musl libc should just wor…