Skip to content
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

rust: fix remote filesystem issue #24146

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

feckert
Copy link
Member

@feckert feckert commented May 13, 2024

Maintainer: @1715173329 @lu-zero
Compile tested: x86_64, -, OpenWrt latest
Run tested: x86_64, -, OpenWrt latest, tests done

Description:
If the download directory is on another filesystem (NFS), then the current implementation of bootstrapping rust fails. Because the syscall (rename) does not work on crossing filesystem boundary.

This patch has already been merged upstream.
rust-lang/rust#124975

@lu-zero
Copy link
Contributor

lu-zero commented May 13, 2024

Thank you :)

@lu-zero
Copy link
Contributor

lu-zero commented May 13, 2024

Just update the version that got reviewed since between one and another review an error slipped in.

@lu-zero
Copy link
Contributor

lu-zero commented May 15, 2024

Please retake the commit now that landed.

Thank you

@feckert
Copy link
Member Author

feckert commented May 16, 2024

@lu-zero thanks for your work. If CI/CD is happy I will merge this.

If the download directory is on another filesystem (NFS), then the
current implementation of bootstrapping rust fails. Because the 'syscall'
(rename) does not work on crossing filesystem boundary.

This chnage was already merged upstream to the github main rust repository.
rust-lang/rust#124975

The patch has been rebased so that it can be applied correctly.
No functional change.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
@feckert feckert merged commit 4fac186 into openwrt:master May 16, 2024
12 checks passed
@feckert feckert deleted the pr/20240513-rust branch May 16, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants