Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dockerfile #1105

Merged
merged 1 commit into from
May 21, 2024
Merged

fix: dockerfile #1105

merged 1 commit into from
May 21, 2024

Conversation

richard-ramos
Copy link
Member

Fixes this error:

22:55:49   > [builder 4/4] RUN make -j$(nproc) build:
22:55:49  2.885 go: downloading github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a
22:55:49  2.897 go: downloading github.com/quic-go/qtls-go1-20 v0.3.4
22:55:49  2.900 go: downloading github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible
22:55:49  2.907 go: downloading github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
22:55:49  2.931 go: downloading github.com/golang/snappy v0.0.4
22:55:49  2.962 go: downloading github.com/tklauser/go-sysconf v0.3.5
22:55:49  2.991 go: downloading github.com/tklauser/numcpus v0.2.2
22:55:49  6.162 waku/v2/protocol/filter/test_utils.go:16:2: no required module provides package github.com/waku-org/go-waku/tests; to add it:
22:55:49  6.162     go get github.com/waku-org/go-waku/tests
22:55:49  6.167 make: *** [Makefile:57: build] Error 1
22:55:49  ------
22:55:49  Dockerfile:8
22:55:49  --------------------
22:55:49     6 |     
22:55:49     7 |     # Build the final node binary
22:55:49     8 | >>> RUN make -j$(nproc) build
22:55:49     9 |     
22:55:49    10 |     # ACTUAL IMAGE -------------------------------------------------------
22:55:49  --------------------
22:55:49  ERROR: failed to solve: process "/bin/sh -c make -j$(nproc) build" did not complete successfully: exit code: 2

@status-im-auto
Copy link

status-im-auto commented May 21, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✖️ 784ce70 #1 2024-05-21 14:18:15 ~58 sec nix-flake 📄log
✔️ 7ac6cce #2 2024-05-21 15:21:34 ~2 min nix-flake 📄log

@richard-ramos richard-ramos merged commit 5ceb617 into master May 21, 2024
12 checks passed
@richard-ramos richard-ramos deleted the fix/dockerfile branch May 21, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants