mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 20:13:40 +00:00
ci: don't add --recursive when updating submodules
It's not generally needed. It was added in https://github.com/tinygo-org/tinygo/pull/3958 to fix an issue with binaryen that has since been fixed in a different way, so we don't need the googletest dependency anymore.
This commit is contained in:
committed by
Ron Evans
parent
d97e4dbccf
commit
d628e3e2cb
+1
-1
@@ -27,7 +27,7 @@ COPY . /tinygo
|
||||
|
||||
# build the compiler and tools
|
||||
RUN cd /tinygo/ && \
|
||||
git submodule update --init --recursive && \
|
||||
git submodule update --init && \
|
||||
make gen-device -j4 && \
|
||||
make build/release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user