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

Add experimental support to build using Bikeshed #296

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

foolip
Copy link
Member

@foolip foolip commented Feb 20, 2025

No description provided.

@@ -35,6 +43,12 @@ async fn run() -> io::Result<()> {
// Find the paths we need.
let cache_dir = path_from_env("HTML_CACHE", ".cache");
let source_dir = path_from_env("HTML_SOURCE", "../html");
let use_bikeshed_str = env::var_os("USE_BIKESHED");
Copy link
Member Author

Choose a reason for hiding this comment

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

It'd probably be less messy to use a --bikeshed command line arg.

fi
if [[ $USE_BIKESHED == "true" ]]; then
echo "BIKESHED!!!"
bikeshed spec --byos "$HTML_TEMP/source-whatwg-complete" "$HTML_TEMP/bikeshed-output" --md-Text-Macro="SHA $HTML_SHA"
Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure if --byos (bring your own spec) helps here, didn't try with and without.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant