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

Relabel build scripts and add a 'clean' script #1099

Merged
merged 2 commits into from
Jan 31, 2025
Merged

Conversation

harmony7
Copy link
Member

This PR attempts to clean up the build scripts a bit. These changes hope to help people who develop with it.

  1. buildbuild:release - this builds the 'release' version of the runtime (fastly.wasm)

This has been positioned as a sibling to the build:debug, build:debug:info, and build:weval scripts.

The references to the build that existed in the following files have been updated:

.github/workflows/main.yml
.github/workflows/release-please.yml
tests/wpt-harness/run-wpt.sh
  1. I've added a clean script that cleans out the build artifacts:
starling.wasm
fastly.wasm
fastly.debug.wasm
fastly-weval.wasm
fastly-ics.wevalcache
fastly-js-compute-*.tgz
  1. I've added a new build script that calls the clean script followed by build:release, build:debug, and build:weval, and I've updated the directions in DEVELOPMENT.md to call this one script.

@harmony7 harmony7 changed the title Relabel build scripts and add a clean script Relabel build scripts and add a 'clean' script Jan 30, 2025
@guybedford guybedford merged commit 629164a into main Jan 31, 2025
22 of 25 checks passed
@guybedford guybedford deleted the kats/build-scripts branch January 31, 2025 05:36
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