-
Through a weekend project I ended up trying to package Solana with Nix. The part that I'm struggling with is `cargo-build-bpf`. Essentially this downloads so-called [BPF tools](https://github.com/sola…
cideM updated
5 months ago
-
### Description
Seeing a crash compiling [AsyncExtensions](https://github.com/lhoward/AsyncExtensions/tree/linux) with Swift 6.0.2 ~~on Android~~.
OK, interestingly I see this targeting macOS wi…
-
1.touch imx6ull.cmake and imx6ull_toolchain.cmake at ${VCPKG_ROOT}/triplets/community/
imx6ull.cmake
set(VCPKG_TARGET_ARCHITECTURE arm)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE dynam…
-
Can Dependabot update the rust-toolchain file, if it exists?
It should at least update stable to latest stable, and ideally update nightly to latest nightly and beta to latest beta. Updating nightl…
1tgr updated
6 months ago
-
## Required Information
**Question, Bug, or Feature?**
*Type*: Feature
**Enter Task Name**: JavaToolInstaller
## Environment
- Server - Azure Pipelines
- Agent - Hosted
## Issue Desc…
-
We need more room for multirust-specific metadata, and with --link-local the install directory is ours to scribble on.
Requires a metadata upgrade.
brson updated
9 years ago
-
Dear Mozilla developers,
Is the Mozilla VPN client open source or not?
Because if it is, why are the Linux build instructions making me jump through these arcane and unconventional hoops by havi…
-
Could we swap `mips64-unknown-linux-gnuabi64` to `mips64-unknown-linux-muslabi64`? A private repo (vpnguin) will only build with the musl toolchain which isn't supported in here.
-
## How to reproduce
First, download llvm-18(maybe higher version too), then use clang-18/clang++-18 as c/cxx compiler
```
# Build llvm
build_llvm() {
if [ ! -d "${VENTUS_BUILD_DIR}" ]; then
…
-
Every job downloads and installs the Rust Toolchain currently. This should be cached.