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

Clambc compiler 1.4.0 #42

Merged
merged 4 commits into from
May 22, 2024
Merged

Clambc compiler 1.4.0 #42

merged 4 commits into from
May 22, 2024

Conversation

micahsnyder
Copy link
Collaborator

docker image update for Cisco-Talos/clamav-bytecode-compiler#48

@micahsnyder
Copy link
Collaborator Author

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.
I'm totally up for changing that and picking an LTS image like 22.04.

@rsundriyal
Copy link
Contributor

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

@micahsnyder
Copy link
Collaborator Author

@rsundriyal Fixed

@micahsnyder micahsnyder changed the title Clambc compiler 1.3.0 Clambc compiler 1.4.0 May 10, 2024
@micahsnyder
Copy link
Collaborator Author

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 \
Copy link
Contributor

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.

@micahsnyder micahsnyder merged commit 3b5c1b2 into main May 22, 2024
@micahsnyder micahsnyder deleted the clambc-compiler-1.3.0 branch May 22, 2024 18:34
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

3 participants