Skip to content

remove xenial apt packaging. xenial does not have llvm 8 by default. #637

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

Merged
merged 1 commit into from
Jul 23, 2019

Conversation

dwightguth
Copy link
Collaborator

If you want to build K on Ubuntu 16.04, either run mvn package
-Dllvm.backend.skip to disable the llvm backend, or else install llvm 8
from apt.llvm.org.

If you want to build K on Ubuntu 16.04, either run mvn package
-Dllvm.backend.skip to disable the llvm backend, or else install llvm 8
from apt.llvm.org.
@dwightguth dwightguth requested a review from ehildenb July 23, 2019 22:19
@dwightguth dwightguth merged commit f9f1ba5 into master Jul 23, 2019
@dwightguth dwightguth deleted the removexenial branch July 23, 2019 22:57
rv-jenkins added a commit that referenced this pull request Jan 25, 2023
rv-jenkins added a commit that referenced this pull request Jan 25, 2023
* llvm-backend/src/main/native/llvm-backend: 9788d00 - Expose 'free all' function to C bindings (#637)

* Sync flake inputs to submodules

Co-authored-by: rv-jenkins <[email protected]>
Baltoli pushed a commit that referenced this pull request Apr 9, 2024
In runtimeverification/evm-semantics#2047, we
have a minor race condition when creating bug reports where one thread
will check if the directory to create the report in exists, see that it
doesn't and then create it. Meanwhile, another thread will already have
created the directory, so it the first thread will fail because now the
directory does exist. This allows for that case.

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: rv-jenkins <[email protected]>
Baltoli pushed a commit that referenced this pull request Apr 9, 2024
In runtimeverification/evm-semantics#2047, we
have a minor race condition when creating bug reports where one thread
will check if the directory to create the report in exists, see that it
doesn't and then create it. Meanwhile, another thread will already have
created the directory, so it the first thread will fail because now the
directory does exist. This allows for that case.

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: rv-jenkins <[email protected]>
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.

2 participants