Skip to content

Commit

Permalink
Merge #3160
Browse files Browse the repository at this point in the history
3160: Bump cardano-node to 1.34.1 r=Anviking a=Anviking

- [x] Bump node to 1.34.1
    - [x] Bump node
    - [x] Tweak readme
    - [x] Fix a few new compilation warnings/errors
- [x] Drop support for `stack build`
    - Tweak docs
    - Remove `stack build` step from buildkite CI

### Comments

<s>Blocked by `stack` + sublib problem</s>

Guided by `git diff 1.33.0 1.34.0 -- cabal.project` in `cardano-node`

### Issue Number

ADP-1433


Co-authored-by: Johannes Lund <[email protected]>
Co-authored-by: IOHK <[email protected]>
Co-authored-by: Samuel Evans-Powell <[email protected]>
  • Loading branch information
4 people authored Mar 17, 2022
2 parents 3e59eb3 + 14535d6 commit a655b54
Show file tree
Hide file tree
Showing 76 changed files with 2,316 additions and 3,971 deletions.
31 changes: 0 additions & 31 deletions .buildkite/default.nix

This file was deleted.

12 changes: 0 additions & 12 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ steps:
- wait: ~
if: 'build.branch == "bors/staging"'

- label: 'Stack Rebuild'
command:
- "rm -rf $TESTS_LOGDIR && mkdir -p $TESTS_LOGDIR"
- "nix build .#hydraJobs.linux.native.buildkiteScript -o sr"
- "./sr/bin/rebuild --build-dir=$BUILD_DIR --cache-dir=$CACHE_DIR"
timeout_in_minutes: 120
artifact_paths:
- "/build/cardano-wallet/.stack-work/logs/cardano-wallet*.log"
- "/tmp/wallet-integration-logs/*/*.log"
agents:
system: x86_64-linux

- label: 'Check Cabal Configure'
command: 'nix develop .#cabal --command scripts/buildkite/cabal-ci.sh configure'
agents:
Expand Down
Loading

0 comments on commit a655b54

Please sign in to comment.