Skip to content

Commit

Permalink
Merge bottlenose into develop (#1006)
Browse files Browse the repository at this point in the history
## Summary

This PR merges `release/bottlenose` into `develop`.
  • Loading branch information
dhedey authored Oct 9, 2024
2 parents d9d5c66 + f25f757 commit 93bc7ea
Show file tree
Hide file tree
Showing 2,502 changed files with 5,694 additions and 5,132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-artifacts-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Build core-rust
run: |
cd core-rust
cargo build --release --profile=release --target ${{ matrix.target }}
cargo build --release --target ${{ matrix.target }}
echo "ls ./target/${{ matrix.target }}/release"
ls ./target/${{ matrix.target }}/release/
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,4 @@ COPY docker/build_scripts/config_radixdlt.sh /opt/radixdlt/config_radixdlt.sh

# See https://docs.docker.com/engine/reference/builder/#entrypoint
ENTRYPOINT ["/opt/radixdlt/config_radixdlt.sh"]
CMD ["/opt/radixdlt/bin/core"]
CMD ["/opt/radixdlt/bin/core"]
Loading

0 comments on commit 93bc7ea

Please sign in to comment.