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

Rust release flow #307

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Rust release flow #307

wants to merge 6 commits into from

Conversation

lassemand
Copy link
Contributor

@lassemand lassemand commented Nov 26, 2024

Purpose

Make release flow

Changes

Dockerfile
Release file

Checklist

  • My code follows the style of this project.
  • The code compiles without warnings.
  • I have performed a self-review of the changes.
  • I have documented my code, in particular the intent of the
    hard-to-understand areas.
  • (If necessary) I have updated the CHANGELOG.

COPY Cargo.toml Cargo.lock ./
COPY src ./src
COPY concordium-rust-sdk /usr/app/concordium-rust-sdk
COPY .sqlx .sqlx
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably ensure in CI that sqlx has been updated.


jobs:
release-ccdscan-fungus:
uses: concordium/.github/.github/workflows/docker-release-workflow.yaml@v1
Copy link
Contributor Author

@lassemand lassemand Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has been mentioned that we would rather do copy paste. I rather have it like this so we do not diverge in the different release flow of this repository.

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