Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove cp dylibs from post check #5044

Merged
merged 2 commits into from
Jul 16, 2024
Merged

chore: remove cp dylibs from post check #5044

merged 2 commits into from
Jul 16, 2024

Conversation

kylezs
Copy link
Contributor

@kylezs kylezs commented Jul 16, 2024

Pull Request

Closes: PRO-1480

Checklist

Please conduct a thorough self-review before opening the PR.

  • I am confident that the code works.
  • I have updated documentation where appropriate.

Summary

1.4 doesn't have the extra dylib pathfinding metadata in the runner binary so still requires the dylib to be copied to a default search path in the upgrade-test. However, we can remove these from post-check which is running the current version.

@kylezs kylezs marked this pull request as ready for review July 16, 2024 08:20
@kylezs kylezs requested a review from ahasna July 16, 2024 08:20
@kylezs kylezs enabled auto-merge July 16, 2024 08:27
Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71%. Comparing base (5db2502) to head (8ef9697).

Additional details and impacted files
@@          Coverage Diff           @@
##            main   #5044    +/-   ##
======================================
- Coverage     72%     71%    -0%     
======================================
  Files        434     434            
  Lines      75556   75412   -144     
  Branches   75556   75412   -144     
======================================
- Hits       54048   53849   -199     
- Misses     18660   18714    +54     
- Partials    2848    2849     +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kylezs kylezs added this pull request to the merge queue Jul 16, 2024
Merged via the queue into main with commit c635c6c Jul 16, 2024
47 checks passed
@kylezs kylezs deleted the fix/dylib-resolution branch July 16, 2024 09:26
syan095 added a commit that referenced this pull request Jul 23, 2024
…-ccm-checker

* origin/wip/solana-api:
  Feat/solana ccm gas limit (#5048)
  feat: return early if no client ready on retry limited requests (#5057)
  feature/PRO-1378/validator-gas-refund (#4962)
  chore: fix bug in merge that caused tests to fail
  chore: build binaries on Mac M2 Runner 🍎 (#5005)
  chore: remove unused spec versioned migration util (#5054)
  test: update integration tests
  feat(docker images): add `chainflip-node` probe scripts 🩺 (#5033)
  Feat: Make FoK constants configurable (#5024)
  fix: cp .so files to /usr/lib (#5051)
  chore: run gas_limit test by default
  fix: allow validators to deregister once they no longer have relevant key material (#5045)
  Feat: RPC lp total balances (#4951)
  fix: rpath name on 1.4.5 dylib (#5046)
  chore: remove cp dylibs from post check (#5044)
  feat: add primary/secondary label to RPC_RETRIER_TOTAL_REQUESTS metric (#5015)
  feat: smart retrier endpoint selection (#4984)
  refactor: move collected network fee to swapping pallet (#5014)
  feat: consistent broker api address strings (#5030)

# Conflicts:
#	foreign-chains/solana/sol-prim/src/consts.rs
#	state-chain/chains/src/sol/api.rs
#	state-chain/pallets/cf-swapping/src/lib.rs
#	state-chain/pallets/cf-swapping/src/mock.rs
#	state-chain/runtime/src/lib.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants