Commit Graph

8 Commits

Author SHA1 Message Date
Jeff Schroeder 8ed35ddac1
docker: update node build to not copy executables (#2075)
Refs: #2073

Since the stuff under /bin might not have the right libraries to run,
don't copy it. This is not a general purpose operating system image
and is meant to be minimal.
2022-12-06 11:35:16 -05:00
Hendrik Hofstadt fa270ec467 node: update go to 1.19.3 and enable race detector
Change-Id: Ia1de1669560f212639c6b0e010bee34228d94d63
2022-11-30 09:36:07 -05:00
tbjump c5967bfebe
node: dev build: remove race condition detector (#1988)
Co-authored-by: tbjump <>
2022-11-23 13:25:51 -06:00
Evan Gray 4e40a05e58 docker: fix guardiand build action 2022-10-13 07:14:33 -04:00
Chirantan Ekbote 2914e48780 Dockerfile.node: Don't install wasmvm
Now that we don't depend on the cosmos-sdk packages we don't need this
anymore.
2022-09-30 16:12:30 +09:00
Evan Gray 3177cf7eb5 node: fix dockerfile 2022-09-29 17:36:09 -04:00
Chirantan Ekbote 12459c4a2a Add a wormhole go sdk
The wormhole sdk is a new go module in the sdk/ directory.  This
initially contains the *_consts.go files from the common package in the
top-level sdk package and the entire vaa package as a sub-package.

For go reasons this needs to be in the sdk directory itself (rather than
a sdk/go subdir).  To prevent the go tooling from looking into the other
non-go subdirs, add an empty go.mod file in each one.  See
golang issue 42965 for more details on why we can't have nice
things (I'm deliberately not linking to stop github from spamming that
issue).
2022-09-15 14:35:46 +01:00
Chirantan Ekbote 2d8ec345cd Move node Dockerfile to parent directory
The node package needs access to the sdk directory so move the
Dockerfile up one level so that both directories can be added to the
build.
2022-09-15 14:35:46 +01:00