From 954f34e5eb400942c78165f0097ec25f9b0d9202 Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Thu, 25 Apr 2024 18:10:20 +0000 Subject: [PATCH] Don't generate Protobuf on install --- generate.sh | 2 ++ install.sh | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 generate.sh diff --git a/generate.sh b/generate.sh new file mode 100755 index 0000000..5278ab9 --- /dev/null +++ b/generate.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +protoc --python_out=src/test_suite invoke.proto diff --git a/install.sh b/install.sh index c28c0ef..7b5721e 100755 --- a/install.sh +++ b/install.sh @@ -6,4 +6,3 @@ source test_suite_env/bin/activate sudo dnf install -y python3.11-devel || true make -j -C impl pip install . -protoc --python_out=src/test_suite invoke.proto