-
I was playing with this toolchain and I was trying to use the toolchain as part of `genrule` `toolchains`:
```starlark
genrule(
name = "test",
outs = ["out.txt"],
cmd = "echo foo > $@…
-
I added `openssl-sys = { version = "0.9.104", features = ["vendored"] }` in `packages/hurl/Cargo.toml` as a dependency. And I did `export LIBXML2=/usr/lib/x86_64-linux-gnu/libxml2.so` (this is on Linu…
-
We currently detect our compiler toolchain by identifying it from the Fortran compiler, with the default being `gfortran`. This is somewhat suboptimal since it doesn't account for the C compiler and b…
-
**Describe the problem you are trying to solve**
It would be nice to be able to specify custom toolchains at a remote location, so that you can very easily download and install custom toolchain u…
-
More inclined to make this an optional feature because even downloading the minimum build tools is pretty large, like, in GB territory.
Probably something like
```
snafu install 3.6 --with-tool…
-
Actions and checks on pull requests should at least check the earliest supported Python version, so that new pull requests don't break our version compatibility goals. Additionally, testing with the l…
-
The musl_cross_compiling example doesn't work out of the box when compiling _on_ linux-gnu _for_ linux-musl.
In that case, we need two rust toolchains - one for our exec tools which compiles linux-…
-
### Description of the bug
UI project utilizing vaadin-gradle-plugin fails to build on vaadinBuildFrontend task, when Gradle toolchains configured to higher version of java. e.g JAVA_HOME is java 11,…
-
I'm getting the following error when trying to `cargo build`.
Here is the tigerbeetle-unofficial line in the Cargo.toml file.
```toml
tigerbeetle-unofficial = { git = "https://github.com/0x-Inf…
-
Minimal reproducing example:
```rust
// main.rs
fn main() {
async_std::task::block_on(rfd::AsyncMessageDialog::new().show());
}
```
```toml
# Cargo.toml
[dependencies]
async-std = "1.13.…