-
我想使用docker 部署mita
README没有给docker镜像地址
hub.docker.com上也没有
我试图自己编译项目 但是无法运行
我想在Alpine上运行mita
容器内没有systemctl 也没有办法使用mita用户登陆
```
/app/mieru # GOOS=linux GOARCH=amd64 CGO_ENABLED=0 GOCC=musl-gc…
-
ld-musl-x86_64.so.1 points to /lib/libc.so on a couple of my installations in some gcc-ish packages.
On an Arch Linux derivative machine:
```
$ ls -ald /hpkg/*gcc/x8*/lib/ld*1
lrwxrwxrwx 1 roo…
-
I'm using a Raspberry Pi 3B+ board with OpenWRT OS (v23.05.2) and trying to use a Semtech SX1302 LoRa Corecell interface board via USB interface to use them as a LoRa Gateway setup (RPi + Semtech SX13…
-
When I run "./tcc" in ubuntu8, I got "glibc_2.11" not found error.
I think you guys should use alpine + musl-gcc to do the compile.
It is as simple as:
```
musl-gcc main.c -o main.run -stati…
-
I'm trying to build a static binary of a Rust application on Linux and it segfaults, so I created a smaller test case.
Here is my `main.rs` file:
```rust
fn main() {
println!("Hello World!…
-
Hi, I try use occlum to run a go applicaiton that creates a simple database via the gorocksdb, [gorocksdb](https://github.com/tecbot/gorocksdb), a Go wrapper for RocksDB.
So gorocksdb is a cgo-style…
-
### The problem
I can't install wiki.js. It give a Failed to install error. I think that the problem is that ARCH='x64', and I am running on a RPi4, which I believe requires ARCH='aarch64'.
### What…
-
Hello guys, I'm having some issues building the musl version for linux amd64 target.
`warning: tracy-client-sys@0.24.0: Compiler family detection failed due to error: ToolNotFound: Failed to find t…
-
Hello!
With the following config:
```
$ cat .cargo/config
[target.aarch64-unknown-linux-musl]
linker = "aarch64-openwrt-linux-musl-gcc"
rustflags = [
"-C", "target-feature=-crt-static",
…
-
Hi,
I'm trying to build and run maestro from source code. And I use this [Dockerfile](https://github.com/Marsman1996/maestro/blob/docker/Dockerfile) build maestro kernel successfully but met some …