fix the Machamp build

This commit is contained in:
zliang 2022-04-22 16:46:41 -06:00
parent 4d30019452
commit 50490dece2
3 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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"]