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

[rules] Specify fusesoc cache dir to be in the bazel tree #23698

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

a-will
Copy link
Contributor

@a-will a-will commented Jun 15, 2024

Make the fusesoc cache dir be in the bazel tree, so fusesoc doesn't attempt to create directories outside, such as ~/.cache/fusesoc. That action can cause build failures, since fusesoc is sandboxed.

Fixes #23696

Make the fusesoc cache dir be in the bazel tree, so fusesoc doesn't
attempt to create directories outside, such as ~/.cache/fusesoc. That
action can cause build failures, since fusesoc is sandboxed.

Signed-off-by: Alexander Williams <awill@opentitan.org>
Copy link
Contributor

@jwnrt jwnrt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this would fix #22833 and a bug that @AlexJones0 was having. It LGTM, was there something you wanted to change before marking as ready?

@a-will
Copy link
Contributor Author

a-will commented Aug 1, 2024

I think this would fix #22833 and a bug that @AlexJones0 was having. It LGTM, was there something you wanted to change before marking as ready?

It was merely marked draft because of the quiet period (since it changes something with tool flows, though it should represent a fix, hehe).

@a-will a-will marked this pull request as ready for review August 3, 2024 22:31
@a-will a-will requested a review from cfrantz as a code owner August 3, 2024 22:31
@a-will
Copy link
Contributor Author

a-will commented Aug 3, 2024

I've marked it ready, since the development is ostensibly done, but do check that the merge window for such changes is open before merging.

@a-will a-will merged commit 9d5b921 into lowRISC:master Aug 21, 2024
31 checks passed
@a-will a-will deleted the fusesoc-config branch August 21, 2024 16:09
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.

Issue with Building (and Testing) Software: Verilator Test Read-only File System Error
2 participants