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

pkg/relic: bump version to 0.7.0 #21134

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

mguetschow
Copy link
Contributor

Contribution description

Update pkg/relic to version 0.7.0. I had to rewrite the patches since the last one could not apply anymore, but the actual changes stayed the same. Also needed one adaption in the respective test due to a function being gone.

Testing procedure

make -C tests/pkg/relic all tests

@mguetschow mguetschow requested a review from maribu January 13, 2025 13:24
@github-actions github-actions bot added Area: tests Area: tests and testing framework Area: pkg Area: External package ports labels Jan 13, 2025
@mguetschow mguetschow added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Jan 13, 2025
@maribu maribu enabled auto-merge January 13, 2025 13:37
@riot-ci
Copy link

riot-ci commented Jan 13, 2025

Murdock results

✔️ PASSED

88b88b7 pkg/relic: bump version to 0.7.0

Success Failures Total Runtime
10271 0 10271 19m:44s

Artifacts

@mguetschow
Copy link
Contributor Author

mguetschow commented Jan 13, 2025

I've added -Wno-format to fix the format string complaint for native64 and was so free to squash already.

@maribu maribu added this pull request to the merge queue Jan 13, 2025
github-merge-queue bot pushed a commit that referenced this pull request Jan 13, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 13, 2025
@maribu
Copy link
Member

maribu commented Jan 14, 2025

/usr/lib/gcc/avr/5.4.0/../../../avr/bin/ld: address 0x804568 of /tmp/dwq.0.16084431554530698/39dda1e4688a9cabc2e8735c4f34dd6a/build/tests_relic.elf section `.bss' is not within region `data'
/usr/lib/gcc/avr/5.4.0/../../../avr/bin/ld: address 0x80456a of /tmp/dwq.0.16084431554530698/39dda1e4688a9cabc2e8735c4f34dd6a/build/tests_relic.elf section `.noinit' is not within region `data'
/usr/lib/gcc/avr/5.4.0/../../../avr/bin/ld: address 0x804568 of /tmp/dwq.0.16084431554530698/39dda1e4688a9cabc2e8735c4f34dd6a/build/tests_relic.elf section `.bss' is not within region `data'
/usr/lib/gcc/avr/5.4.0/../../../avr/bin/ld: address 0x80456a of /tmp/dwq.0.16084431554530698/39dda1e4688a9cabc2e8735c4f34dd6a/build/tests_relic.elf section `.noinit' is not within region `data'

The old AVR toolchain does not report overflows of sections as human readable as others do. A make generate-Makefile.ci should do the trick.

@mguetschow
Copy link
Contributor Author

A make generate-Makefile.ci should do the trick.

Done and directly squashed :)

@mguetschow mguetschow added this pull request to the merge queue Jan 14, 2025
Merged via the queue into RIOT-OS:master with commit 9a5ef12 Jan 14, 2025
25 checks passed
@mguetschow mguetschow deleted the relic-bump-version branch January 15, 2025 09:19
@mguetschow
Copy link
Contributor Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: pkg Area: External package ports Area: tests Area: tests and testing framework CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants