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

GitHub CI: Reinstate Toooba test for macos-13 #676

Merged
merged 2 commits into from Feb 25, 2024

Conversation

quark17
Copy link
Collaborator

@quark17 quark17 commented Feb 25, 2024

Issues with elf_to_hex have been fixed in the Toooba repo.

The problem was that elf_to_hex.c had a large static array (size 0x90000000), which has been observed to cause compilation problems on other systems (relocation errors). On macOS 13, it resulted in the C compiler producing an executable with a dynamic lib which failed to load. It was fixed by dynamically creating the array with malloc.

@quark17 quark17 merged commit e8aeb85 into B-Lang-org:main Feb 25, 2024
43 checks passed
@quark17 quark17 deleted the reinstate-toooba-ci branch February 25, 2024 21: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.

None yet

1 participant