-
Notifications
You must be signed in to change notification settings - Fork 25
⬆️ Upgrade bb version #1144
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
⬆️ Upgrade bb version #1144
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. |
@@ -2,14 +2,11 @@ FROM rust:alpine AS builder | |||
RUN apk add gcc musl-dev g++ | |||
RUN cargo install --version 2.0.0 risc0-r0vm | |||
|
|||
FROM alpine:latest | |||
FROM ubuntu:24.04 |
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.
Toute l'idée de ce Dockerfile ( nommé .alpine) c'est de pouvoir partir d'une base alpine et d'y builder les dépendances dont on a besoin pour pouvoir utiliser alpine comme base de hyle. Si on met ubuntu ici, autant basarder le fichier et installer r0vm & bbup directement dans le Dockerfile principal, mais je trouve ça dommage
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.
ok pour l'instant, en espérant pouvoir revenir à alpine plus tard
This reverts commit 00c19b0.
No description provided.