-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#431 Handle offsetted Elf segment case + FreeBSD CI
An Elf segment may have a non-zero offset and that may result in subtraction overflow when we calculating the symbol addresses. Apart from that, CI workflows are run within GH Actions with FreeBSD being notable exception. While FreeBSD is not supported on actions, the conventional workaround is to run builds on macos runner using a vagrant box. This change - Handles the subtraction overflow case by defaulting to zero. - removes cirrus config and sets up a FreeBSD GH action job. - Also bumps proc-maps version in attempt to resolve #431
- Loading branch information
Showing
6 changed files
with
215 additions
and
62 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.