72
72
default : false
73
73
rebuild-evm-aa-contracts :
74
74
type : boolean
75
- description : rebuild-evm-accounting -contracts
75
+ description : rebuild-evm-aa -contracts
76
76
required : true
77
77
default : false
78
- rebuild-solana-contracts :
78
+ rebuild-solana-accounting- contracts :
79
79
type : boolean
80
- description : rebuild-solana-contracts
80
+ description : rebuild-solana-accounting- contracts
81
81
required : true
82
82
default : false
83
83
push-docker :
@@ -112,7 +112,7 @@ jobs:
112
112
rebuild_omni_executor : ${{ steps.env.outputs.rebuild_omni_executor }}
113
113
rebuild_evm_accounting_contracts : ${{ steps.env.outputs.rebuild_evm_accounting_contracts }}
114
114
rebuild_evm_aa_contracts : ${{ steps.env.outputs.rebuild_evm_aa_contracts }}
115
- rebuild_solana_contracts : ${{ steps.env.outputs.rebuild_solana_contracts }}
115
+ rebuild_solana_accounting_contracts : ${{ steps.env.outputs.rebuild_solana_accounting_contracts }}
116
116
push_docker : ${{ steps.env.outputs.push_docker }}
117
117
run_parachain_test : ${{ steps.env.outputs.run_parachain_test }}
118
118
run_identity_test : ${{ steps.env.outputs.run_identity_test }}
@@ -157,8 +157,8 @@ jobs:
157
157
if [ "${{ github.event.inputs.rebuild-evm-aa-contracts }}" = "true" ] || [ "${{ steps.filter.outputs.evm_aa_contracts_src }}" = "true" ]; then
158
158
rebuild_evm_aa_contracts=true
159
159
fi
160
- if [ "${{ github.event.inputs.rebuild-solana-contracts }}" = "true" ] || [ "${{ steps.filter.outputs.solana_contracts_src }}" = "true" ]; then
161
- rebuild_solana_contracts =true
160
+ if [ "${{ github.event.inputs.rebuild-solana-accounting- contracts }}" = "true" ] || [ "${{ steps.filter.outputs.solana_contracts_src }}" = "true" ]; then
161
+ rebuild_solana_accounting_contracts =true
162
162
fi
163
163
if [ "${{ github.event.inputs.push-docker }}" = "true" ]; then
164
164
push_docker=true
@@ -180,7 +180,7 @@ jobs:
180
180
echo "rebuild_omni_executor=$rebuild_omni_executor" | tee -a $GITHUB_OUTPUT
181
181
echo "rebuild_evm_accounting_contracts=$rebuild_evm_accounting_contracts" | tee -a $GITHUB_OUTPUT
182
182
echo "rebuild_evm_aa_contracts=$rebuild_evm_aa_contracts" | tee -a $GITHUB_OUTPUT
183
- echo "rebuild_solana_contracts=$rebuild_solana_contracts " | tee -a $GITHUB_OUTPUT
183
+ echo "rebuild_solana_accounting_contracts=$rebuild_solana_accounting_contracts " | tee -a $GITHUB_OUTPUT
184
184
echo "push_docker=$push_docker" | tee -a $GITHUB_OUTPUT
185
185
echo "run_parachain_test=$run_parachain_test" | tee -a $GITHUB_OUTPUT
186
186
echo "run_identity_test=$run_identity_test" | tee -a $GITHUB_OUTPUT
@@ -685,13 +685,13 @@ jobs:
685
685
run : |
686
686
cd tee-worker/omni-executor/aa-contracts && forge test
687
687
688
- solana-contracts-build-test :
689
- runs-on : ubuntu-24 .04
688
+ solana-accounting- contracts-build-test :
689
+ runs-on : ubuntu-22 .04
690
690
needs :
691
691
- fmt
692
692
- set-condition
693
693
- sequentialise
694
- if : needs.set-condition.outputs.rebuild_solana_contracts == 'true'
694
+ if : needs.set-condition.outputs.rebuild_solana_accounting_contracts == 'true'
695
695
steps :
696
696
- uses : actions/checkout@v4
697
697
with :
0 commit comments