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

Fix tests with binutils 2.41 #490

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Fix tests with binutils 2.41 #490

merged 1 commit into from
Oct 27, 2023

Conversation

Arusekk
Copy link
Contributor

@Arusekk Arusekk commented Oct 26, 2023

The tests broke on my machine because of bminor/binutils-gdb@014a602
which was fixed half a year later by bminor/binutils-gdb@f82ee0c
so the only binutils version affected is 2.41.

Nevertheless, apparently using objcopy output to pipe is not something officially supported, so we can avoid such issues now and in the future by using another temporary file.

The tests broke on my machine because of
bminor/binutils-gdb@014a602
which was fixed half a year later by
bminor/binutils-gdb@f82ee0c
so the only binutils version affected is 2.41.

Nevertheless, apparently using objcopy output to pipe is not something
officially supported, so we can avoid such issues in the future by using
another temporary file.
@tilk tilk added bug Something isn't working tests Tests and testbenches (not infrastructure) labels Oct 27, 2023
@tilk tilk merged commit fc8c9b9 into master Oct 27, 2023
6 checks passed
@tilk tilk deleted the objcopy-binutils-2.41 branch October 27, 2023 12:15
github-actions bot pushed a commit that referenced this pull request Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tests Tests and testbenches (not infrastructure)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants