[PR #6] [MERGED] Use CARGO_TARGET_DIR from the environment if set #18

Closed
opened 2026-03-01 09:11:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosskers/cargo-aur/pull/6
Author: @nt8r
Created: 9/6/2021
Status: Merged
Merged: 9/7/2021
Merged by: @fosskers

Base: masterHead: master


📝 Commits (1)

  • 8dbdc1a use CARGO_TARGET_DIR from the environment if set

📊 Changes

1 file changed (+15 additions, -4 deletions)

View changed files

📝 src/main.rs (+15 -4)

📄 Description

Prior to this commit, cargo aur would fail, not being able to find the binary, if CARGO_TARGET_DIR was set in the environment. See upstream docs.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosskers/cargo-aur/pull/6 **Author:** [@nt8r](https://github.com/nt8r) **Created:** 9/6/2021 **Status:** ✅ Merged **Merged:** 9/7/2021 **Merged by:** [@fosskers](https://github.com/fosskers) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8dbdc1a`](https://github.com/fosskers/cargo-aur/commit/8dbdc1ab7186b62ef6396bec584962f6de16445f) use CARGO_TARGET_DIR from the environment if set ### 📊 Changes **1 file changed** (+15 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/main.rs` (+15 -4) </details> ### 📄 Description Prior to this commit, `cargo aur` would fail, not being able to find the binary, if `CARGO_TARGET_DIR` was set in the environment. See [upstream docs](https://doc.rust-lang.org/cargo/reference/environment-variables.html). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-01 09:11:18 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cargo-aur#18