Skip to content

Commit

Permalink
[Chore] Remove nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
krendelhoff2 committed Mar 2, 2025
1 parent 6b4b504 commit e38e3ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .buildkite/pipeline-raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@ steps:
- cd tests/bottle-hashes/
- ./test-hash-insert.sh

- label: build via nix
commands:
# NOTE: if this changes, remember to update the instructions in the nix/README.md too
- nix build . -o binaries
branches: "!master"
- label: check flake
commands:
- nix flake check -L
branches: "!master"
# nix builds are usually cached, so we don't care about only_changes setting for it

- label: build-via-docker
# this step is used as a dependency, so we're defining 'key' explicitely
key: build-via-docker
Expand Down
2 changes: 2 additions & 0 deletions nix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

# Building and packaging tezos using nix

**⚠️ Deprecation Warning:** *Nix build is deprecated.*

## Dynamically built binaries

In order to build all binaries run at the root of this project:
Expand Down

0 comments on commit e38e3ca

Please sign in to comment.