Skip to content

Commit

Permalink
A touch more debug?
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Sep 5, 2024
1 parent f7221dc commit 5f6c08d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion taskcluster/kinds/build/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ task-defaults:
- win-conda
- wireguard-nt
toolchain:
- conda-windows-x86_64
- artifact: conda-windows.tar.gz
dest: conda-windows
build:
- artifact: mozillavpn-sources.tar.gz
worker:
Expand Down
5 changes: 3 additions & 2 deletions taskcluster/scripts/build/windows_clang_cl.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ $SOURCE_DIR = resolve-path "$TASK_WORKDIR/mozillavpn-$SOURCE_VERSION"


## Setup the conda environment
conda activate $FETCHES_PATH
conda-unpack
$FETCHES_PATH/conda-windows/Scripts/conda-unpack
conda activate $FETCHES_PATH/conda-windows/
conda info


# Okay We are ready to build!
Expand Down

0 comments on commit 5f6c08d

Please sign in to comment.