Skip to content

Commit

Permalink
Re-enable spl downstream build (#32429)
Browse files Browse the repository at this point in the history
return spl downstream build
  • Loading branch information
kirill lykov authored Jul 10, 2023
1 parent d54b620 commit 48ac48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/scripts/build-downstream-projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"'" }' \

0 comments on commit 48ac48e

Please sign in to comment.