Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#
# Other build configurations such as building the runtimes on non-Linux
# x86_64 platforms are built and tested separately.
# testing clang unification.

name: Nightly Build and Test

Expand Down
4 changes: 2 additions & 2 deletions qualcomm-software/scripts/build_copy_runtimes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Set-VS-Env
$repoRoot = git -C $PSScriptRoot rev-parse --show-toplevel
$buildDir = (Join-Path $repoRoot build)

$env:CC = 'clang-cl'
$env:CXX = 'clang-cl'
$env:CC = 'clang-cl-19'
$env:CXX = 'clang-cl-19'

mkdir $buildDir -Force
cd $buildDir
Expand Down
Loading