Skip to content

Commit

Permalink
[Chore] Update 'build-via-docker' step
Browse files Browse the repository at this point in the history
Problem: Server on which 'build-via-docker' step is run was updated
again and now it again uses old nix interface

Solution: Update 'build-via-docker' step command by replacing 'nix shell'
with 'nix run'.
  • Loading branch information
rvem committed Jun 3, 2022
1 parent 752bc56 commit 3077d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline-raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ steps:
- eval "$SET_VERSION"
- cd docker
- ./docker-static-build.sh
- nix shell -f.. pkgs.upx -c upx tezos-*
- nix run -f.. pkgs.upx -c upx tezos-*
artifact_paths:
- ./docker/tezos-*
agents:
Expand Down

0 comments on commit 3077d42

Please sign in to comment.