-
Notifications
You must be signed in to change notification settings - Fork 24
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
Clambc compiler 1.4.0 #42
Conversation
Note: I used ubuntu:23.04 for easy access to clang-16, rather than figuring out the minimal way to install it using LLVM's packages. |
If we change the version of docker ubuntu base from 20.04 to (22.04,23.04, we might need to change it in Jenkinsfile for unstable pipeline too. Here -> File |
@rsundriyal Fixed |
70338aa
to
3c9a622
Compare
I've updated this PR to assume the version number for the compiler release will be 1.4.0 instead, as per discussion. |
@@ -19,15 +19,13 @@ RUN apt-get update -y && \ | |||
binutils \ | |||
git \ | |||
python3 \ | |||
python3-distutils \ | |||
python3-pip \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why, but removing the python3-pip gives me warnings that pytest is not installed.
docker image update for Cisco-Talos/clamav-bytecode-compiler#48