Skip to content

Commit

Permalink
Add conda-windows-base-x86_64 fetch to qt-windows-x86_64-6.6 and qt-w…
Browse files Browse the repository at this point in the history
…indows-aarch64-6.6

- Added a new fetch named win-conda to both qt-windows-x86_64-6.6 and qt-windows-aarch64-6.6.
- This fetch is used to fetch the
  • Loading branch information
strseb committed Jan 30, 2025
1 parent dc9f3f9 commit ebf6047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions taskcluster/kinds/toolchain/qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ qt-windows-x86_64-6.6:
qt-windows-aarch64-6.6:
description: "Windows QT compile Task"
fetches:
fetch:
- win-conda
toolchain:
- bundle-msvc
- conda-windows-base-x86_64
Expand Down
3 changes: 2 additions & 1 deletion taskcluster/scripts/toolchain/compile_qt_fancy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

. "$PSScriptRoot/../common/helpers.ps1"

$ErrorActionPreference = "Stop"
# Unpack Conda-Base
Install-MiniConda
$CONDA_DIR = resolve-path "$FETCHES_PATH\conda-win-base"
$CONDA_DIR = resolve-path "$FETCHES_PATH\win-base"
Start-Process -NoNewWindow "$CONDA_DIR\Scripts\conda-unpack.exe" -Wait
conda activate $CONDA_DIR
conda info
Expand Down

0 comments on commit ebf6047

Please sign in to comment.