From 48ac48e2b2193c10234420bb5f5a8839a8f8d862 Mon Sep 17 00:00:00 2001 From: kirill lykov Date: Mon, 10 Jul 2023 16:08:23 +0200 Subject: [PATCH] Re-enable spl downstream build (#32429) return spl downstream build --- .buildkite/scripts/build-downstream-projects.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/scripts/build-downstream-projects.sh b/.buildkite/scripts/build-downstream-projects.sh index c1e7405e13..c7291a3fc3 100755 --- a/.buildkite/scripts/build-downstream-projects.sh +++ b/.buildkite/scripts/build-downstream-projects.sh @@ -9,6 +9,6 @@ source "$here"/common.sh agent="${1-solana}" group "downstream projects" \ - '{ "name": "example-helloworld", "command": "./ci/downstream-projects/run-example-helloworld.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' -# '{ "name": "spl", "command": "./ci/downstream-projects/run-spl.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' \ + '{ "name": "example-helloworld", "command": "./ci/downstream-projects/run-example-helloworld.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' \ + '{ "name": "spl", "command": "./ci/downstream-projects/run-spl.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' # '{ "name": "openbook-dex", "command": "./ci/downstream-projects/run-openbook-dex.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' \