mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
build: check zip manifest for chromedriver.zip (#47972)
This commit is contained in:
8
.github/actions/build-electron/action.yml
vendored
8
.github/actions/build-electron/action.yml
vendored
@@ -154,6 +154,14 @@ runs:
|
||||
cd src
|
||||
e build --target electron:electron_chromedriver -j $NUMBER_OF_NINJA_PROCESSES
|
||||
e build --target electron:electron_chromedriver_zip
|
||||
|
||||
if [ "${{ inputs.is-asan }}" != "true" ]; then
|
||||
target_os=${{ inputs.target-platform == 'macos' && 'mac' || inputs.target-platform }}
|
||||
if [ "${{ inputs.artifact-platform }}" = "mas" ]; then
|
||||
target_os="${target_os}_mas"
|
||||
fi
|
||||
electron/script/zip_manifests/check-zip-manifest.py out/Default/chromedriver.zip electron/script/zip_manifests/chromedriver_zip.$target_os.${{ inputs.target-arch }}.manifest
|
||||
fi
|
||||
- name: Build Node.js headers ${{ inputs.step-suffix }}
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
5
script/zip_manifests/chromedriver_zip.linux.arm.manifest
Normal file
5
script/zip_manifests/chromedriver_zip.linux.arm.manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
chromedriver
|
||||
chromedriver.debug
|
||||
gen/electron/buildflags/buildflags.h
|
||||
LICENSE
|
||||
LICENSES.chromium.html
|
||||
@@ -0,0 +1,5 @@
|
||||
chromedriver
|
||||
chromedriver.debug
|
||||
gen/electron/buildflags/buildflags.h
|
||||
LICENSE
|
||||
LICENSES.chromium.html
|
||||
5
script/zip_manifests/chromedriver_zip.linux.x64.manifest
Normal file
5
script/zip_manifests/chromedriver_zip.linux.x64.manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
chromedriver
|
||||
chromedriver.debug
|
||||
gen/electron/buildflags/buildflags.h
|
||||
LICENSE
|
||||
LICENSES.chromium.html
|
||||
5
script/zip_manifests/chromedriver_zip.linux.x86.manifest
Normal file
5
script/zip_manifests/chromedriver_zip.linux.x86.manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
chromedriver
|
||||
chromedriver.debug
|
||||
gen/electron/buildflags/buildflags.h
|
||||
LICENSE
|
||||
LICENSES.chromium.html
|
||||
6
script/zip_manifests/chromedriver_zip.mac.arm64.manifest
Normal file
6
script/zip_manifests/chromedriver_zip.mac.arm64.manifest
Normal file
@@ -0,0 +1,6 @@
|
||||
chromedriver
|
||||
icudtl.dat
|
||||
libffmpeg.dylib
|
||||
gen/electron/buildflags/buildflags.h
|
||||
LICENSE
|
||||
LICENSES.chromium.html
|
||||
6
script/zip_manifests/chromedriver_zip.mac.x64.manifest
Normal file
6
script/zip_manifests/chromedriver_zip.mac.x64.manifest
Normal file
@@ -0,0 +1,6 @@
|
||||
chromedriver
|
||||
icudtl.dat
|
||||
libffmpeg.dylib
|
||||
gen/electron/buildflags/buildflags.h
|
||||
LICENSE
|
||||
LICENSES.chromium.html
|
||||
@@ -0,0 +1,6 @@
|
||||
chromedriver
|
||||
icudtl.dat
|
||||
libffmpeg.dylib
|
||||
gen/electron/buildflags/buildflags.h
|
||||
LICENSE
|
||||
LICENSES.chromium.html
|
||||
@@ -0,0 +1,6 @@
|
||||
chromedriver
|
||||
icudtl.dat
|
||||
libffmpeg.dylib
|
||||
gen/electron/buildflags/buildflags.h
|
||||
LICENSE
|
||||
LICENSES.chromium.html
|
||||
6
script/zip_manifests/chromedriver_zip.win.arm64.manifest
Normal file
6
script/zip_manifests/chromedriver_zip.win.arm64.manifest
Normal file
@@ -0,0 +1,6 @@
|
||||
chromedriver.exe
|
||||
icudtl.dat
|
||||
ffmpeg.dll
|
||||
gen/electron/buildflags/buildflags.h
|
||||
LICENSE
|
||||
LICENSES.chromium.html
|
||||
6
script/zip_manifests/chromedriver_zip.win.x64.manifest
Normal file
6
script/zip_manifests/chromedriver_zip.win.x64.manifest
Normal file
@@ -0,0 +1,6 @@
|
||||
chromedriver.exe
|
||||
icudtl.dat
|
||||
ffmpeg.dll
|
||||
gen/electron/buildflags/buildflags.h
|
||||
LICENSE
|
||||
LICENSES.chromium.html
|
||||
6
script/zip_manifests/chromedriver_zip.win.x86.manifest
Normal file
6
script/zip_manifests/chromedriver_zip.win.x86.manifest
Normal file
@@ -0,0 +1,6 @@
|
||||
chromedriver.exe
|
||||
icudtl.dat
|
||||
ffmpeg.dll
|
||||
gen/electron/buildflags/buildflags.h
|
||||
LICENSE
|
||||
LICENSES.chromium.html
|
||||
Reference in New Issue
Block a user