build watcher-ts on arm #564

Merged
telackey merged 1 commits from build-on-arm into main 2023-10-18 16:05:10 +00:00
Member

edit: only closes #561

Note: the alpine downgrade was the only thing required to build the images on Linux. The fixturenet-eth-genesis build failed on M2 with "command not found". Solution found here

The images built, however, the fixturenet-payments deployment errored.

Not tested in any other stack or platform

edit: only closes #561 Note: the alpine downgrade was the only thing required to build the images on Linux. The `fixturenet-eth-genesis` build failed on M2 with "command not found". Solution found [here](https://command-not-found.com/envsubst) The images built, however, the `fixturenet-payments` deployment errored. Not tested in any other stack or platform
Owner

The container builds ok for me on arm as-is fwiw:

Successfully built bd77be10bc4b
Successfully tagged cerc/fixturenet-eth-genesis:local
(venv) david@LS-519779-30440:~/projects/cerc/stack-orchestrator$ uname -a
Linux LS-519779-30440 5.15.0-76-generic #83-Ubuntu SMP Thu Jun 15 19:21:56 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
The container builds ok for me on arm as-is fwiw: ``` Successfully built bd77be10bc4b Successfully tagged cerc/fixturenet-eth-genesis:local (venv) david@LS-519779-30440:~/projects/cerc/stack-orchestrator$ uname -a Linux LS-519779-30440 5.15.0-76-generic #83-Ubuntu SMP Thu Jun 15 19:21:56 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux ```
Author
Member

yeah it built no problem on Linux for me as well, the error was only on M2

yeah it built no problem on Linux for me as well, the error was only on M2
Author
Member

ok weird, now it does build fine on M2

Step 10/15 : RUN apk add --no-cache make bash envsubst jq
 ---> Running in 6afeb2d2350a
fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
(1/6) Installing bash (5.2.15-r5)
Executing bash-5.2.15-r5.post-install
(2/6) Installing libintl (0.21.1-r7)
(3/6) Installing gettext-envsubst (0.21.1-r7)
(4/6) Installing oniguruma (6.9.8-r1)
(5/6) Installing jq (1.6-r3)
(6/6) Installing make (4.4.1-r1)
ok weird, now it does build fine on M2 ``` Step 10/15 : RUN apk add --no-cache make bash envsubst jq ---> Running in 6afeb2d2350a fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz (1/6) Installing bash (5.2.15-r5) Executing bash-5.2.15-r5.post-install (2/6) Installing libintl (0.21.1-r7) (3/6) Installing gettext-envsubst (0.21.1-r7) (4/6) Installing oniguruma (6.9.8-r1) (5/6) Installing jq (1.6-r3) (6/6) Installing make (4.4.1-r1) ```
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#564
No description provided.