mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 04:10:25 +01:00
ci/windows: Rename to mesa_deps_packages.ps1
As we will use winget instead of chocolatey in latter commit Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37210>
This commit is contained in:
parent
cdaa68cf81
commit
917938ddd8
2 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ RUN Write-Output $PSVersionTable $ErrorActionPreference
|
|||
COPY mesa_deps_msvc.ps1 C:\
|
||||
RUN C:\mesa_deps_msvc.ps1
|
||||
|
||||
COPY mesa_deps_choco.ps1 C:\
|
||||
RUN C:\mesa_deps_choco.ps1
|
||||
COPY mesa_deps_packages.ps1 C:\
|
||||
RUN C:\mesa_deps_packages.ps1
|
||||
|
||||
# Example usage:
|
||||
# `base_image` should use windows image that can be run with `--isolation=process` option,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue