chairwa

Results 20 comments of chairwa

> g++ -v clang version 14.0.6 When add -DNCNN_DISABLE_RTTI=OFF, make OK; but "pip install ." NG. cmake -DNCNN_DISABLE_RTTI=OFF -DNCNN_BUILD_EXAMPLES=ON -DNCNN_PLATFORM_API=OFF -DNCNN_SIMPLEOCV=ON -DNCNN_PYTHON=ON ..

If I change nix as follows, the result crun will become dynamic. vi default-arm64.nix configureFlags = [ "--enable-static" "--with-wasmedge" ] ./result/bin/crun --version crun version 1.4.5.0.0.0.25-7077-dirty commit: 7077fa1d40e8a4a9e473dcf8c20e5b36b49dfca4 spec: 1.0.0 +SYSTEMD...

As you can see, docker release include static build runc binary; and it can run on Android and other linuxKernel-based OS. https://download.docker.com/linux/static/stable/aarch64/docker-20.10.16.tgz k3s (or even almost all k8s-related project) also...

I can static build spin this way: apt install musl-tools cd /usr/bin ln -s musl-gcc aarch64-linux-musl-gcc Cargo.toml file: [dependencies] openssl = { version = "*", features = ["vendored"] } rustup...

kedacore/keda-add-ons-http not support arm64 architecture yet ?

I'm new to keda now.

On windows 11 v0.22.0, the problem still exists. {"level":"DEBUG","time":"2023-03-14T17:40:37.860+0800","caller":"vpn/vpn.go:288","message":"could not handle frame: '239.255.255.250' not found in the routing table\n"}

docker run --privileged -itd --network host --mount type=tmpfs,target=/root/.cargo arm32v7/ubuntu this way, /root/.cargo/bin/cargo bash: ./cargo: Permission denied