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 CI job for Mac due to image upgrade #276

Merged

Conversation

ivanperez-keera
Copy link
Collaborator

The CI job for Mac seems to have updated the image and it's failing to build when it used to work before. The way that LLVM is installed now has changed, and the permissions of top-level directories in the image now prevent us from installing ikos at the top level.

This patch points updates the location of LLVM, and installs IKOS in the user's $HOME directory.

The CI job for Mac seems to have updated the image and it's failing to
build when it used to work before. The way that LLVM is installed now
has changed.

This commit fixes the paths of LLVM-related binaries and headers to
point to their new locations.
The CI job for Mac seems to have updated the image and it's failing to
build when it used to work before. The permissions of top-level
directories in the image now prevent us from installing ikos at the top
level.

This change makes the CI job install IKOS in the user's HOME directory
instead.
@ivanperez-keera ivanperez-keera merged commit 086395b into NASA-SW-VnV:master Aug 29, 2024
2 checks passed
@ivanperez-keera ivanperez-keera deleted the develop-fix-ga-macosx branch August 29, 2024 21:48
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.

1 participant