We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d9538 commit 0d27764Copy full SHA for 0d27764
src/flamenco/runtime/tests/fetch_and_generate.sh
@@ -28,14 +28,14 @@ else
28
fi
29
30
# Fetch protosol at specified tag/branch
31
-# if [ ! -d protosol ]; then
32
-# git clone --depth=1 --branch "$PROTO_VERSION" https://github.com/firedancer-io/protosol.git
33
-# else
34
-# cd protosol
35
-# git fetch --tags
36
-# git checkout "$PROTO_VERSION"
37
-# cd ..
38
-# fi
+if [ ! -d protosol ]; then
+ git clone --depth=1 --branch "$PROTO_VERSION" https://github.com/firedancer-io/protosol.git
+else
+ cd protosol
+ git fetch --tags
+ git checkout "$PROTO_VERSION"
+ cd ..
+fi
39
40
./nanopb/generator/nanopb_generator.py -I ./protosol/proto -L "" -C ./protosol/proto/*.proto -D generated
41
0 commit comments