Skip to content

Conversation

altendky
Copy link
Contributor

@altendky altendky commented Sep 22, 2025

Purpose:

there are failures due to lack of wheel for macos 13 plus an issue with sdist:
https://github.com/Chia-Network/chia-blockchain/actions/runs/17922283319/job/50960403468?pr=20087
https://pypi.org/project/ruamel.yaml.clib/#files
https://sourceforge.net/p/ruamel-yaml-clib/tickets/47/

was changed from whatever macos arm (self-hosted i believe) to 13 specifically here
f276522#diff-ac5eead3f3ce4863c524fff031a87b7aecccb4a0493df087a4e1c704a1505036

i don't think we need to specifically use an old version here. we could indeed add a matrix dimension for os oldest/newest etc, but so far we have not done that and so i think whatever intel and whatever arm we can get is fine. we would generally prefer github-hosted so macos-latest or macos-15 would be the choices to consider i think.

Current Behavior:

New Behavior:

Testing Notes:

@altendky altendky requested a review from a team as a code owner September 22, 2025 17:34
@altendky altendky added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog CI CI changes labels Sep 22, 2025
Copy link

Pull Request Test Coverage Report for Build 17923515387

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 26 unchanged lines in 13 files lost coverage.
  • Overall coverage decreased (-0.003%) to 91.166%

Files with Coverage Reduction New Missed Lines %
chia/daemon/client.py 1 74.16%
chia/daemon/keychain_proxy.py 1 70.57%
chia/farmer/farmer.py 1 73.32%
chia/full_node/full_node.py 1 87.32%
chia/full_node/pending_tx_cache.py 1 96.55%
chia/rpc/rpc_server.py 1 89.34%
chia/server/node_discovery.py 1 83.01%
chia/_tests/simulation/test_simulation.py 1 96.47%
chia/wallet/util/wallet_sync_utils.py 1 85.57%
chia/full_node/full_node_api.py 2 85.75%
Totals Coverage Status
Change from base Build 17923354781: -0.003%
Covered Lines: 102751
Relevant Lines: 112545

💛 - Coveralls

@altendky
Copy link
Contributor Author

https://github.com/Chia-Network/chia-blockchain/actions/runs/17923515279?pr=20093 all pre-commit are passing again anyways

@pmaslana pmaslana merged commit 6099c7c into main Sep 23, 2025
350 of 351 checks passed
@pmaslana pmaslana deleted the altendky-patch-48 branch September 23, 2025 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog CI CI changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants