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

fix: Don't use perf in plonk-artifacts workflow #197

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

wwared
Copy link
Contributor

@wwared wwared commented Oct 28, 2024

Since the setup action will set both SP1_DEV=true and FRI_QUERIES=1, the plonk artifact generation fails. We can override SP1_DEV but cannot override FRI_QUERIES since different StarkMachines use different values (and they are all overridden by the same FRI_QUERIES envvar). Unsetting variables set via GITHUB_ENV is not currently supported according to actions/runner#1126

So just pass perf: false instead. The Makefile uses --release and sets -Ctarget-cpu=native by itself so we don't need any of the perf setup items

Since the setup action will set both `SP1_DEV=true` and `FRI_QUERIES=1`, the plonk artifact generation fails. We can override `SP1_DEV` but cannot override `FRI_QUERIES` since different StarkMachines use different values. Unsetting variables set via `GITHUB_ENV` is not currently supported according to actions/runner#1126

So just pass `perf: false` instead
@wwared wwared requested a review from samuelburnham October 28, 2024 20:40
@wwared wwared enabled auto-merge (squash) October 28, 2024 20:40
@wwared wwared merged commit 8a39b95 into dev Oct 28, 2024
11 checks passed
@wwared wwared deleted the wwared-patch-3 branch October 28, 2024 21:07
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