Skip to content

Remove the dependency on the internal rules_webtesting util #6771

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

Closed
wants to merge 1 commit into from

Conversation

yatbear
Copy link
Member

@yatbear yatbear commented Feb 29, 2024

As a prerequisite for #6770.

The platfrom_http_file util is copied from https://github.com/bazelbuild/rules_webtesting/releases/tag/0.3.0. This was an internal method in rules_webtesting and has been removed in their recent releases.

#oncall

@yatbear yatbear requested review from arcra and rileyajones February 29, 2024 21:27
@yatbear yatbear changed the title Remove the dependency on the internal rules_webtesting util platform_http_file Remove the dependency on the internal rules_webtesting util Feb 29, 2024
# if archive is a dmg then convert it to a zip
if basename.endswith(".dmg"):
zipfile = basename.replace(".dmg", ".zip")
repository_ctx.execute([repository_ctx.path(Label("//web/internal:convert_dmg.sh")), basename, zipfile])
Copy link
Member

Choose a reason for hiding this comment

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

Is this script something that needs to be copied to our repo as well? (and this path updated, perhaps?)

Copy link
Member Author

Choose a reason for hiding this comment

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

As discussed offline, we will try alternative approaches.

@yatbear yatbear closed this Feb 29, 2024
@yatbear yatbear deleted the platform_http_file branch February 29, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants