Ajam

Results 53 comments of Ajam

For reference, this is how it looks when I use your: https://github.com/ruanformigoni/flatimage/releases/download/v1.0.3/blueprint.flatimage ```bash Logger file: /tmp/fim/app/6bc6815_20241017123035/instance/DBDhEa/mount.boot.log D::subprocess.hpp::414::Spawn command: ['/tmp/fim/app/6bc6815_20241017123035/bin/fim_portal_daemon','/tmp/fim/app/6bc6815_20241017123035/instance/DBDhEa/fim_boot',] D::desktop.hpp::333::Json desktop data: I::db.hpp::123::Failed to parse json data: '' D::subprocess.hpp::318::stderr(/tmp/fim/app/6bc6815_20241017123035/bin/fim_portal_daemon): D::subprocess.hpp::372::466787...

I have had some success with this, though some features needed to be disabled to get a static binary. (They might work if dynamically linked binaries are acceptable) This should...

@bradlarsen I have indeed experimented with building rust binaries, in my testing, I have found those settings that I forcefully apply, result in smaller binaries. You can find hundreds of...

@Sachinart, I agree, searching through csv is a pain. GitHub Code Search won't index this repo either. @mhmdiaa should consider json too here's how to convert the csvfiles to json...

> do you mean the source code from git HEAD not from a tarball file? Yes. Though, we can also get the tarball of head from: https://github.com/leleliu008/ppkg/archive/refs/heads/master.tar.gz But would require...

I just learnt that I can use objcopy to do it an automated way, so you may close this Issue: ```bash objcopy --remove-section=".note.gnu.build-id" "${BINARY}" ``` Adding `--ccflags` `--ldflags` will be...

Hi @leleliu008 could you enable `discussions` on this repo. That's the only option for us you aren't on any social media...

Hi, `linux/riscv64` is good enough and works on all the major currently available boards. Mine is this: https://milkv.io/pioneer

Yes! ```bash $ git clone --depth="1" --filter="blob:none" "https://github.com/rclone/rclone.git" $ cd "./rclone" $ make --jobs="$(($(nproc)+1))" ---snipped--- github.com/rclone/rclone mkdir -p `go env GOPATH`/bin/ cp -av rclone`go env GOEXE` `go env GOPATH`/bin/rclone`go env...

Hi, this is part of us ([pkgforge/soar](https://github.com/pkgforge/soar): A homebrew like package manager but for statically linked binaries) porting as many applications to `riscv64-Linux`, see https://github.com/pkgforge/soarpkgs/issues/198 We already have build from...