Skip to content

add release workflow#49

Open
stringhandler wants to merge 1 commit into
BlockstreamResearch:masterfrom
stringhandler:master
Open

add release workflow#49
stringhandler wants to merge 1 commit into
BlockstreamResearch:masterfrom
stringhandler:master

Conversation

@stringhandler
Copy link
Copy Markdown

No description provided.

Comment on lines +46 to +61
- name: Build hal-simplicity
if: "!matrix.cross"
run: cargo build --release --target ${{ matrix.target }} --bin hal-simplicity

- name: Build hal-simplicity (cross)
if: matrix.cross
run: cross build --release --target ${{ matrix.target }} --bin hal-simplicity

- name: Build hal-simplicity-daemon
if: "!matrix.cross"
run: cargo build --release --target ${{ matrix.target }} --bin hal-simplicity-daemon --features daemon

- name: Build hal-simplicity-daemon (cross)
if: matrix.cross
run: cross build --release --target ${{ matrix.target }} --bin hal-simplicity-daemon --features daemon

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think all builds should have --locked

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

good call

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