Skip to content

Commit

Permalink
fix: add more /deps folders in CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen committed Nov 26, 2024
1 parent ba4a2d7 commit 7d30413
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_21_build_m2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
./target/${{ inputs.binary-subdir }}/chainflip-broker-api
./target/${{ inputs.binary-subdir }}/chainflip-lp-api
./target/${{ inputs.binary-subdir }}/chainflip-ingress-egress-tracker
./target/${{ inputs.binary-subdir }}/libchainflip_engine_v*.dylib
./target/${{ inputs.binary-subdir }}/deps/libchainflip_engine_v*.dylib
./target/${{ inputs.binary-subdir }}/engine-runner
- name: Upload runtime artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_40_post_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
echo "Check for libchainflip_engine_v*.so"
ls -l /usr/lib/
# TODO: These shouldn't be required: PRO-1510
sudo cp ${{ env.BINARY_ROOT_PATH }}/libchainflip_engine_v*.so /usr/lib/
sudo cp ${{ env.BINARY_ROOT_PATH }}/deps/libchainflip_engine_v*.so /usr/lib/
echo "Check /usr/lib after copy"
ls -l /usr/lib/
touch ./localnet/.setup_complete
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_60_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Move .dylib files 📂
run: |
mkdir -p assets/m2
mv /tmp/assets/m2/libchainflip_engine_v*.dylib assets/m2/
mv /tmp/assets/m2/deps/libchainflip_engine_v*.dylib assets/m2/
- name: Download packages 📥
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
Expand Down

0 comments on commit 7d30413

Please sign in to comment.