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

[CI][Win] downloading boost #8474

Merged
merged 5 commits into from
Mar 12, 2021
Merged

[CI][Win] downloading boost #8474

merged 5 commits into from
Mar 12, 2021

Conversation

philbucher
Copy link
Member

Description
to fix #8472

@philbucher philbucher requested a review from a team as a code owner March 12, 2021 10:21
philbucher and others added 2 commits March 12, 2021 11:48
Co-authored-by: Marc Núñez <marcnc94@gmail.com>
@philbucher
Copy link
Member Author

can you approve please @marcnunezc ?

(New-Object System.Net.WebClient).DownloadFile($url, "$env:TEMP\boost.tar.gz")
7z.exe x "$env:TEMP\boost.tar.gz" -o"$env:TEMP\boostArchive" -y | Out-Null
7z.exe x "$env:TEMP\boostArchive" -o"$env:TEMP\boost" -y | Out-Null
Push-Location -Path "$env:TEMP\boost"
Copy link
Contributor

@marcnunezc marcnunezc Mar 12, 2021

Choose a reason for hiding this comment

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

I think this command is useless here, I think it just prepares the installation (that we are not doing).

We can check if it works in anoter PR to not delay more the blocking

Copy link
Member Author

Choose a reason for hiding this comment

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

probably :D
I just copy pasted...

Yes I would merge this PR asap, could you please open a follow up PR with this change (and probably more improvements)?
Thx

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.

Windows CI failing
2 participants