Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 7b59449

Browse files
author
Micah Young
committed
Fix constellation-build
Add xz-utils
1 parent e976b1f commit 7b59449

File tree

1 file changed

+4
-1
lines changed
  • tasks/build-constellation

1 file changed

+4
-1
lines changed

tasks/build-constellation/task

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ set -o pipefail
55

66
true ${OUTPUT_DIR:?"!"}
77

8+
apt-get update
9+
apt-get install -y xz-utils
10+
811
curl -L https://github.com/jpmorganchase/constellation/releases/download/v0.1.0/constellation-0.1.0-ubuntu1604.tar.xz \
9-
| tar xO constellation-0.1.0-ubuntu1604/constellation-node \
12+
| tar xJO constellation-0.1.0-ubuntu1604/constellation-node \
1013
> $OUTPUT_DIR/constellation-node

0 commit comments

Comments
 (0)