Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 66713dd

Browse files
authored
Merge branch 'master' into dcou-banking-trace-for-test
2 parents d6efeb3 + e6f5f87 commit 66713dd

File tree

82 files changed

+1160
-1019
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1160
-1019
lines changed

.buildkite/scripts/build-downstream-projects.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ source "$here"/common.sh
99
agent="${1-solana}"
1010

1111
group "downstream projects" \
12-
'{ "name": "example-helloworld", "command": "./ci/downstream-projects/run-example-helloworld.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }'
13-
# '{ "name": "spl", "command": "./ci/downstream-projects/run-spl.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' \
12+
'{ "name": "example-helloworld", "command": "./ci/downstream-projects/run-example-helloworld.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' \
13+
'{ "name": "spl", "command": "./ci/downstream-projects/run-spl.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }'
1414
# '{ "name": "openbook-dex", "command": "./ci/downstream-projects/run-openbook-dex.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' \

0 commit comments

Comments
 (0)