-
# Proposal
I'm proposing to remove the existing `avr-unknown-gnu-atmega328` target and replace it with a generic `avr-unknown-unknown` variant. This variant can be then specialized for a specific CPU…
-
Hi,
I am trying to build my Tauri app which uses `lancedb = "0.5.0"` but it fails due to the following error:
```
error[E0433]: failed to resolve: use of undeclared crate or module `aarch64`
…
-
Rust-to-rust dynamic linking (through import library) on Windows fails with toolchain version 1.82.0.
The build log shows that 1.82.0 is not adding any /LIBPATH arguments when invoking link.exe.
I…
-
### Describe the bug
![GZQCbvFa8AAN4dN](https://github.com/user-attachments/assets/fc2d86a1-61e7-4132-8777-8e72c4acbdac)
### How to reproduce
1. Set `use_ansi_coloring` to `false` in the config f…
-
### 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/…
-
Maintainer: @lu-zero @krant
Environment: x86_64 and glibc, OpenWrt 23.05. I tried this procedure using Ubuntu 20.04 and 22.04 LTS.
Description:
It seems on the build step tries to use the host g…
-
Distribution packages are often built from self contained sources in isolated environment without network access. Contrary to previous releases `rust 1.81.0` fails to build without network access alth…
-
Given two DLLs that contain statically-linked Rust code:
- One DLL calls Rust to allocate a heap pointer
- It passes the pointer to the second DLL
- The second DLL calls Rust to free the heap point…
-
My use case includes copying SCSS files through a libraries build.rs file into my application root directory.
Building the styles (SASS) will only work with the output from this build script.
Bu…
-
### Describe the bug
In Nushell, executing the command `rm -i -f` prompts for confirmation before deleting files, despite the -f (force) option being specified. This behavior differs from traditional…