-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Issues: rust-lang/cargo
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Make sure search paths inside OUT_DIR precede external paths
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
link-search-path doesn't have a way to specify priority / doesn't auto deprioritize OS link paths
A-build-scripts
Area: build.rs scripts
A-linkage
Area: linker issues, dylib, cdylib, shared libraries, so
C-bug
Category: bug
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
#15220
opened Feb 21, 2025 by
vlovich
Cargo errors out when build script is not checked into git repository
A-build-scripts
Area: build.rs scripts
A-git
Area: anything dealing with git
A-rebuild-detection
Area: rebuild detection and fingerprinting
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
#15174
opened Feb 12, 2025 by
msrd0
Feature request: expose the Link Time Optimization profile settings to build scripts
A-build-scripts
Area: build.rs scripts
A-profiles
Area: profiles
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
#15144
opened Feb 4, 2025 by
JSorngard
rerun-if-changed doesn't trigger if a symlink points to a different file with the same mtime
A-build-scripts
Area: build.rs scripts
A-rebuild-detection
Area: rebuild detection and fingerprinting
C-bug
Category: bug
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#15134
opened Feb 3, 2025 by
ngoldbaum
Presentation of cargo::error encourages build scripts to exit with a successful status code on failure
A-build-scripts
Area: build.rs scripts
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
#15038
opened Jan 9, 2025 by
kornelski
Reduce the need for users to write build scripts
A-build-scripts
Area: build.rs scripts
C-tracking-issue
Category: A tracking issue for something unstable.
#14948
opened Dec 17, 2024 by
epage
6 tasks
build-rs crate API design
A-build-scripts
Area: build.rs scripts
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14816
opened Nov 13, 2024 by
kornelski
Invalid UTF-8 output in build scripts silently prevents displaying any output on error
A-build-scripts
Area: build.rs scripts
C-bug
Category: bug
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14787
opened Nov 5, 2024 by
ChrisDenton
CARGO_CFG_TARGET_FEATURE
does not include default value of crt-static
A-build-scripts
#14778
opened Nov 4, 2024 by
madsmtm
Help users discover overly broad rerun-if-changed directives
A-build-scripts
Area: build.rs scripts
A-rebuild-detection
Area: rebuild detection and fingerprinting
C-bug
Category: bug
Performance
Gotta go fast!
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14240
opened Jul 12, 2024 by
bradzacher
New env vars for better support custom targets-spec for build-scripts
A-build-scripts
Area: build.rs scripts
A-target-spec
Area: target JSON spec files
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
#14208
opened Jul 7, 2024 by
boozook
Fix passing of linker with target-applies-to-host and an implicit target
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-cargo-targets
Area: selection and definition of targets (lib, bins, examples, tests, benches)
A-cfg-expr
Area: Platform cfg expressions
A-rebuild-detection
Area: rebuild detection and fingerprinting
Command-test
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Z-target-applies-to-host
Nightly: target-applies-to-host
#14206
opened Jul 6, 2024 by
gmorenz
Loading…
build.rs
cargo::rustc-check-cfg
spurious error with MSRV 1.56
A-build-scripts
#14147
opened Jun 25, 2024 by
ijackson
Allow "--extern" rustc flags in build script
A-build-scripts
Area: build.rs scripts
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
#14065
opened Jun 13, 2024 by
notdanilo
Windows Area: build.rs scripts
C-bug
Category: bug
O-windows
OS: Windows
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
\\?\
verbatim paths break idiomatic use of OUT_DIR and include!
A-build-scripts
#13919
opened May 16, 2024 by
dtolnay
Build script allowlist mode
A-build-scripts
Area: build.rs scripts
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-security
Area: security
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13681
opened Apr 1, 2024 by
opeik
Allow build scripts to stage final artifacts
A-build-scripts
Area: build.rs scripts
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
#13663
opened Mar 27, 2024 by
lolbinarycat
add --nocapture for build-scripts
A-build-scripts
Area: build.rs scripts
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13524
opened Mar 3, 2024 by
A4-Tacks
Ability to cross-compile build scripts
A-build-scripts
Area: build.rs scripts
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Z-per-package-target
Nightly: per-package-target
#13277
opened Jan 9, 2024 by
zopsicle
cargo:rustc-env=VAR=VALUE value restriction
A-build-scripts
Area: build.rs scripts
A-environment-variables
Area: environment variables
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#13251
opened Jan 5, 2024 by
leongross
emitting multi-line messages from build scripts
A-build-scripts
Area: build.rs scripts
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13233
opened Jan 1, 2024 by
ratmice
Always set Area: build.rs scripts
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
O-macos
OS: macOS
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
MACOSX_DEPLOYMENT_TARGET
in build scripts
A-build-scripts
#13115
opened Dec 5, 2023 by
madsmtm
Misspelling of Area: build.rs scripts
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
build.rs
doesn't get reported
A-build-scripts
#13073
opened Nov 29, 2023 by
diondokter
cdylib extra link args apply to unit tests
A-build-scripts
Area: build.rs scripts
A-linkage
Area: linker issues, dylib, cdylib, shared libraries, so
C-bug
Category: bug
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
#12663
opened Sep 13, 2023 by
wmmc88
Previous Next
ProTip!
no:milestone will show everything without a milestone.