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

Fix cargo-build/test-bpf --workspace #16431

Merged
merged 1 commit into from
Apr 8, 2021

Conversation

jackcmay
Copy link
Contributor

@jackcmay jackcmay commented Apr 7, 2021

Problem

cargo-build-bpf and cargo-test-bpf are broken when attempting to build the workspace with --workspace

Summary of Changes

Xargo.toml no longer exists, only build workspace members that also are of type cdylib

Fixes #

@codecov
Copy link

codecov bot commented Apr 7, 2021

Codecov Report

Merging #16431 (781b9a9) into master (388ce12) will increase coverage by 0.0%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #16431   +/-   ##
=======================================
  Coverage    80.0%    80.0%           
=======================================
  Files         413      413           
  Lines      110592   110592           
=======================================
+ Hits        88559    88562    +3     
+ Misses      22033    22030    -3     

@jackcmay jackcmay merged commit 878e52f into solana-labs:master Apr 8, 2021
@jackcmay jackcmay deleted the fix-bpf-build-workspace branch April 8, 2021 00:23
@jackcmay jackcmay added the v1.6 label Apr 8, 2021
mergify bot pushed a commit that referenced this pull request Apr 8, 2021
(cherry picked from commit 878e52f)

# Conflicts:
#	ci/test-stable.sh
mergify bot added a commit that referenced this pull request Apr 8, 2021
* Fix cargo-build/test-bpf --workspace (#16431)

(cherry picked from commit 878e52f)

# Conflicts:
#	ci/test-stable.sh

* resolve conflicts

Co-authored-by: Jack May <jack@solana.com>
@brooksprumo brooksprumo mentioned this pull request Aug 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant