forked from spack/gitlab-runners
-
Notifications
You must be signed in to change notification settings - Fork 0
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 basic windows dockerfile #1
Draft
jjnesbitt
wants to merge
31
commits into
main
Choose a base branch
from
windows-runner-image
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ec9947a
to
45dd55f
Compare
45dd55f
to
4c16bb1
Compare
9f55971
to
6890ad5
Compare
a0b198a
to
a07026f
Compare
a07026f
to
1ed290c
Compare
1e839a4
to
5e58ecd
Compare
7cbd648
to
e5a0ca3
Compare
2c2b614
to
c73da78
Compare
0d5acd2
to
43e9e6f
Compare
111685c
to
5947050
Compare
29f31c6
to
0eac589
Compare
07f0fad
to
e46bfef
Compare
e46bfef
to
b67dabc
Compare
6c95e6e
to
b74e9f6
Compare
b74e9f6
to
a7aac0f
Compare
RUN ` | ||
curl -SL --output vs_buildtools.exe https://aka.ms/vs/17/release/vs_buildtools.exe ` | ||
&& start /w vs_buildtools.exe --quiet --wait --norestart --nocache ` | ||
--installPath "C:\Spack\BuildTools" ` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to default installation location
"%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.