diff --git a/build.yaml b/build.yaml index 868a60c6e..49e163ca3 100644 --- a/build.yaml +++ b/build.yaml @@ -14,5 +14,5 @@ machamp: make-build: type: cmd # Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/build/ubuntu/ubuntu-20-04/keydb - builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/build/keydb-ubuntu-20-04@sha256:6e3e3b99d89522bf25066d6caeb700207429be99fff8c25866c83896bb1fa811 + builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/build/keydb-ubuntu-20-04@sha256:c8e6ecf3c8b385509cc4e0521d7e28d6eef1f70dc7ca0a29f26ec02344870c42 command: ./build_test.sh diff --git a/build_test.sh b/build_test.sh index 175b5edd9..9c7ccf9a7 100755 --- a/build_test.sh +++ b/build_test.sh @@ -1,11 +1,11 @@ # make the build +git submodule init && git submodule update make BUILD_TLS=yes -j2 KEYDB_CFLAGS='-Werror' KEYDB_CXXFLAGS='-Werror' # gen-cert ./utils/gen-test-certs.sh # test-tls -apt-get -y install tcl tcl-tls ./runtest --clients 2 --verbose --tls # cluster-test diff --git a/ci.yaml b/ci.yaml index 861903732..4cc9c4e16 100644 --- a/ci.yaml +++ b/ci.yaml @@ -13,8 +13,3 @@ on: - workflow_type: backend_workflow build_name: keydb-build arch_types: ["amd64", "arm64"] - cool: - workflows: - - workflow_type: backend_workflow - build_name: keydb-build - arch_types: ["amd64", "arm64"]