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(bazel): no browsers matching for windows x86_64 cpu #220

Closed
wants to merge 1 commit into from

Conversation

devversion
Copy link
Member

With the recent refactorings for supporting M1 browsers, we
added our own constraints/config settings. An incorrect assumption
was made that the x64 CPU constraint would also match the x32 constraint
given that Windows x64 can always run x32 programs. This seems to be
not the case (and makes sense in retrospective).

This commit fixes the browser configurations by always using x64
instead. The x32 constraint is removed because rules_webtesting
and other parts of the tooling seem to use x64 windows only, and
at this point supporting 32 bit windows seems not wort maintaining/
the additional maintenance.

With the recent refactorings for supporting M1 browsers, we
added our own constraints/config settings. An incorrect assumption
was made that the x64 CPU constraint would also match the x32 constraint
given that Windows x64 can always run x32 programs. This seems to be
not the case (and makes sense in retrospective).

This commit fixes the browser configurations by always using x64
instead. The x32 constraint is removed because `rules_webtesting`
and other parts of the tooling seem to use x64 windows only, and
at this point supporting 32 bit windows seems not wort maintaining/
the additional maintenance.
@google-cla google-cla bot added the cla: yes label Sep 15, 2021
@devversion devversion added action: merge The PR is ready for merge by the caretaker action: review The PR is still awaiting reviews from at least one requested reviewer labels Sep 15, 2021
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

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

LGTM

@josephperrott josephperrott removed the action: review The PR is still awaiting reviews from at least one requested reviewer label Sep 15, 2021
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Oct 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants