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

Conversation

@CriesofCarrots
Copy link
Contributor

Problem

Running ./ci/test-checks.sh currently fails on mac arm64 because of the call to jit_compile(), which only supports x86_64.
It would be helpful to be able to run these checks to completion on mac dev machines.

Summary of Changes

Add attribute to only compile bench on x86_64 and ignore the dead-code and unused-import warnings that result.

@codecov
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Merging #34282 (583bf30) into master (c3323c0) will increase coverage by 0.0%.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #34282   +/-   ##
=======================================
  Coverage    81.9%    81.9%           
=======================================
  Files         819      819           
  Lines      219817   219817           
=======================================
+ Hits       180130   180171   +41     
+ Misses      39687    39646   -41     

@CriesofCarrots CriesofCarrots merged commit 5085ee9 into solana-labs:master Nov 30, 2023
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.

2 participants