Skip to content

metrics: disable CPU metrics on tinygo #31953

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

Merged
merged 3 commits into from
Jun 3, 2025

Conversation

omerfirmak
Copy link
Contributor

No description provided.

@omerfirmak omerfirmak force-pushed the riscv-cpu-metrics branch from f1de44c to 2a84659 Compare June 3, 2025 11:39
@omerfirmak omerfirmak changed the title metrics: disable CPU metrics on wasm and riscv metrics: disable CPU metrics on riscv Jun 3, 2025
//go:build ios || js || wasip1
// +build ios js wasip1
//go:build ios || js || wasip1 || tinygo.riscv
// +build ios js wasip1 tinygo.riscv
Copy link
Contributor

@fjl fjl Jun 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can just disable it on TinyGo generally. No need to make it architecture specific.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@omerfirmak omerfirmak changed the title metrics: disable CPU metrics on riscv metrics: disable CPU metrics on tinygo Jun 3, 2025
@fjl fjl merged commit 500ed3b into ethereum:master Jun 3, 2025
3 of 4 checks passed
jsvisa pushed a commit to jsvisa/go-ethereum that referenced this pull request Jun 5, 2025
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