зеркало из https://github.com/electron/electron.git
build: don't run symbol generation on PS (#43554)
fix: don't run symbol generation on PS
This commit is contained in:
Родитель
054cbcd6eb
Коммит
94f2722fa3
|
@ -174,8 +174,8 @@ for:
|
||||||
if ($env:GN_CONFIG -eq 'release') {
|
if ($env:GN_CONFIG -eq 'release') {
|
||||||
# Needed for msdia140.dll on 64-bit windows
|
# Needed for msdia140.dll on 64-bit windows
|
||||||
$env:Path += ";$pwd\third_party\llvm-build\Release+Asserts\bin"
|
$env:Path += ";$pwd\third_party\llvm-build\Release+Asserts\bin"
|
||||||
autoninja -C out/Default electron:electron_symbols
|
|
||||||
}
|
}
|
||||||
|
- if "%GN_CONFIG%"=="release" ( autoninja -C out/Default electron:electron_symbols )
|
||||||
- ps: >-
|
- ps: >-
|
||||||
if ($env:GN_CONFIG -eq 'release') {
|
if ($env:GN_CONFIG -eq 'release') {
|
||||||
python3 electron\script\zip-symbols.py
|
python3 electron\script\zip-symbols.py
|
||||||
|
|
|
@ -171,8 +171,8 @@ for:
|
||||||
if ($env:GN_CONFIG -eq 'release') {
|
if ($env:GN_CONFIG -eq 'release') {
|
||||||
# Needed for msdia140.dll on 64-bit windows
|
# Needed for msdia140.dll on 64-bit windows
|
||||||
$env:Path += ";$pwd\third_party\llvm-build\Release+Asserts\bin"
|
$env:Path += ";$pwd\third_party\llvm-build\Release+Asserts\bin"
|
||||||
autoninja -C out/Default electron:electron_symbols
|
|
||||||
}
|
}
|
||||||
|
- if "%GN_CONFIG%"=="release" ( autoninja -C out/Default electron:electron_symbols )
|
||||||
- ps: >-
|
- ps: >-
|
||||||
if ($env:GN_CONFIG -eq 'release') {
|
if ($env:GN_CONFIG -eq 'release') {
|
||||||
python3 electron\script\zip-symbols.py
|
python3 electron\script\zip-symbols.py
|
||||||
|
|
Загрузка…
Ссылка в новой задаче