devops: add swiftshader file to Chromium builds (#6274)

See https://chromium-review.googlesource.com/c/chromium/src/+/2845811
This commit is contained in:
Andrey Lushnikov 2021-04-22 16:55:53 -05:00 committed by GitHub
parent 97b485bd74
commit 59d1d2df2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ function archive_compiled_chromium() {
"resources.pak" "resources.pak"
"swiftshader" "swiftshader"
"v8_context_snapshot.bin" "v8_context_snapshot.bin"
"vk_swiftshader_icd.json"
"xdg-mime" "xdg-mime"
"xdg-settings" "xdg-settings"
) )
@ -108,6 +109,7 @@ function archive_compiled_chromium() {
"swiftshader/libEGL.dll" "swiftshader/libEGL.dll"
"swiftshader/libGLESv2.dll" "swiftshader/libGLESv2.dll"
"v8_context_snapshot.bin" "v8_context_snapshot.bin"
"vk_swiftshader_icd.json"
) )
else else
echo "ERROR: unknown command, use --help for details" echo "ERROR: unknown command, use --help for details"