Navigation Menu

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

x/build/env/windows: add GUI shell? #35629

Open
bradfitz opened this issue Nov 15, 2019 · 1 comment
Open

x/build/env/windows: add GUI shell? #35629

bradfitz opened this issue Nov 15, 2019 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) FeatureRequest help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
Milestone

Comments

@bradfitz
Copy link
Contributor

Now that we have gomote rdp (#26090) for RDP access to our Windows buildlets, I discovered our Windows images are pretty spartan over RDP.

I guess they don't have the Windows GUI enabled?

@johnsonj, is that configurable? I assume, and Google suggests? I don't see anything in https://github.com/golang/build/blob/master/env/windows/startup.ps1 that looks like it's explicitly disabling it, at least.

@gopherbot gopherbot added this to the Unreleased milestone Nov 15, 2019
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Nov 15, 2019
@bradfitz bradfitz added FeatureRequest and removed Builders x/build issues (builders, bots, dashboards) labels Nov 15, 2019
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Nov 15, 2019
@johnsonj
Copy link
Contributor

The spartan feeling is due to the base images being mostly 'core' editions: https://github.com/golang/build/blob/master/env/windows/make.bash#L12

Switching to "Server with Desktop Experience" would be more at home in RDP. I think the images w/ just -dc- in the name are this. Can you RDP into a Server 2008 R2 machine and see if it looks better?

@andybons andybons added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) FeatureRequest help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
Projects
None yet
Development

No branches or pull requests

4 participants