-
When cross-compiling for `i686-pc-windows-gnu` `libcompiler_builtins-461ff43f4f8a3a70.rlib` is linked with the following flags `"-lgcc_eh" "-l:libpthread.a" "-lmsvcrt" "-lmingwex" "-lmingw32" "-lgcc" …
-
### Description
Simply checking out the latest main of swiftpm using the latest Windows ARM64 toolchain
### Reproduction
```
swift build
```
### Stack dump
```text
Please submit a bug report …
-
### Description
When using the toolchain from https://www.swift.org/install/macos/ under "Package Installer", it is impossible to build swift-syntax. Here is the error:
error: 'swift-syntax': Inva…
-
Documentation URL: https://docs.bazel.build/versions/master/tutorial/cc-toolchain-config.html
Following these steps for my project, I get the error:
missing input file '//toolchain:empty'
I sh…
-
This can be easily reproduced with a simple program.
```rust
// main.rs
fn main() {
println!("Hello, world!");
}
```
Without --remap-path-prefix, building with unpacked debug info:
```bash
rust…
-
### Zig Version
zig-linux-x86_64-0.14.0-dev.2032+c563ba6b1
### Steps to Reproduce and Observed Behavior
https://github.com/rust-cross/cargo-zigbuild/issues/290
https://github.com/ziglang/zig/pull/…
-
### Note
The following might be relevant:
- https://github.com/rust-lang/rustup/issues/3709
- https://github.com/leanprover/elan/pull/121
```[tasklist]
### Tasks
- [ ] #988
- [ ] #3635
- [ ] #3940
-…
-
Toolchains are a central concept in Buck2, since they are supported in the core rather than just being something defined in the prelude, but they are essentially not documented: it is not listed under…
-
We should define toolchains hierarchically, i.e. instead of
``` python
class Goalf(Gcc, OpenMPI, Atlas, Blacs, ScaLAPACK, Fftw):
```
We should use
``` python
class Goalf(GompiI, Atlas, Blacs, ScaLA…
-
Hello :wave:
First of all, I'm very new to bazel, so please forgive any incorrect wording and stupid questions :sweat_smile:
I'm trying to switch to bazel with a bunch of native dependencies, …