From 7f3eb9970e27ce0f31711431ddc1c3b1bde8a0e4 Mon Sep 17 00:00:00 2001 From: Mr_Goldberg Date: Tue, 16 Aug 2022 20:38:16 -0400 Subject: [PATCH] Fix protobuf build. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15c7ad2..91c8f3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ protobuf_static_steamos: - echo $BASE_PREFIX_PATH - mkdir deps - cd deps - - git clone https://github.com/protocolbuffers/protobuf.git + - git clone --branch 21.x https://github.com/protocolbuffers/protobuf.git - cd protobuf - sh autogen.sh - ./configure "CC=gcc-4.9 -m32" "CXX=g++-4.9 -m32" CPPFLAGS="-fPIC -Ofast" CXXFLAGS="-fPIC -Ofast" --prefix=$BASE_PREFIX_PATH/protobuf/prefix_x86/ --disable-shared --enable-static