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

Instruction for building dredd from source doesn't work on Ubuntu 20.04. #217

Closed
JonathanFoo0523 opened this issue Jan 25, 2024 · 2 comments · Fixed by #280
Closed

Instruction for building dredd from source doesn't work on Ubuntu 20.04. #217

JonathanFoo0523 opened this issue Jan 25, 2024 · 2 comments · Fixed by #280

Comments

@JonathanFoo0523
Copy link
Collaborator

Build instruction made use of clang+llvm-16.0.4-x86_64-linux-gnu-ubuntu-22.04, which refer to symbols not present in Ubuntu 20.04 glibc.

@afd
Copy link
Member

afd commented Jul 12, 2024

Closing this as I think it's reasonable to support only more recent Ubuntu versions. @JonathanFoo0523 please say if you disagree with this - we can always revisit.

@afd afd closed this as completed Jul 12, 2024
@JonathanFoo0523
Copy link
Collaborator Author

@afd we should change README here. The following instruction doesn't;t work in ubuntu 20.04

@afd afd closed this as completed in #280 Jul 13, 2024
afd pushed a commit that referenced this issue Jul 13, 2024
Updated the README to specify the supported Ubuntu version for the
following shell commands. Additionally, fixed existing comments
related to skipping switch case statement mutation because of previous
AST traversal until no switch case is encountered. An assertion has
been added to validate this behavior.

Implements reviewer suggestion on #260.
Fixes #217.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants