File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ if ( -not (Test-Path "$PSScriptRoot\..\deps\boost") ) {
12
12
}
13
13
tar - xf cmake.zip
14
14
mv cmake- 3.27 .4 - windows- x86_64 " $PSScriptRoot \..\deps\cmake"
15
+ Remove-Item cmake.zip
15
16
16
17
# FIXME: The default user agent results in Artifactory treating Invoke-WebRequest as a browser
17
18
# and serving it a page that requires JavaScript.
@@ -20,9 +21,11 @@ if ( -not (Test-Path "$PSScriptRoot\..\deps\boost") ) {
20
21
throw ' Downloaded Boost source package has wrong checksum.'
21
22
}
22
23
tar - xf boost.zip
24
+ Remove-Item boost.zip
23
25
cd boost_1_83_0
24
26
.\bootstrap.bat
25
27
.\b2 - j4 - d0 link= static runtime- link= static variant= release threading= multi address- model= 64 -- with- filesystem -- with- system -- with- program_options -- with- test -- prefix= " $PSScriptRoot \..\deps\boost" install
26
28
if ( -not $? ) { throw " Error building boost." }
27
29
cd ..
30
+ Remove-Item - LiteralPath .\boost_1_83_0 - Force - Recurse
28
31
}
You can’t perform that action at this time.
0 commit comments