mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Disable nuke telemetry on Linux
This commit is contained in:
parent
56de186cd2
commit
96b3fd670b
3
build.sh
3
build.sh
@ -20,6 +20,9 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
|
||||
export DOTNET_MULTILEVEL_LOOKUP=0
|
||||
|
||||
# Disable telemetry because it breaks the build on Linux since nuke 6.0.0
|
||||
export NUKE_TELEMETRY_OPTOUT=1
|
||||
|
||||
###########################################################################
|
||||
# EXECUTION
|
||||
###########################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user