Skip to content

Commit 2964d54

Browse files
committed
CI: Use rebuilt CEF to avoid memory allocation crashes on macOS
Use a rebuilt CEF of the same version (6533) that disables use_partition_alloc_as_malloc and enable_backup_ref_ptr_support to avoid memory-related crashes on macOS.
1 parent 1a2f8c2 commit 2964d54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildspec.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"baseUrl": "https://cdn-fastly.obsproject.com/downloads",
3131
"label": "Chromium Embedded Framework",
3232
"hashes": {
33-
"macos-x86_64": "02478ad91d284d7717ea48aad90c4ecbe90f8c6a982c48861aa149b7466505eb",
34-
"macos-arm64": "6a1084a985366f3f0695b1ecd902d326a2d6f286a067935d83567d4fe94bf62b",
33+
"macos-x86_64": "d494f1a18746ae65846853c844c1dcf5efa2348e0f422bcbd97059a536f24496",
34+
"macos-arm64": "1bb59dbb759150e170796f641a4a84c59c0dea4ffef89477e9d811520af5d15a",
3535
"ubuntu-x86_64": "cb7225c7a937ac4cdc9c41700061f45cccc640d696902357782e57f8250bf43a",
3636
"ubuntu-aarch64": "f92df7f076bdc8cac2e3c77e27be418008b7168723201cb73fdbc2f6d91bc778",
3737
"windows-x64": "922efbda1f2f8be9e5b2754d878a14d90afc81f04e94fc9101a7513e2b5cecc1"
3838
},
3939
"revision": {
40-
"macos-x86_64": 2,
41-
"macos-arm64": 2,
40+
"macos-x86_64": 3,
41+
"macos-arm64": 3,
4242
"ubuntu-x86_64": 3,
4343
"ubuntu-aarch64": 3,
4444
"windows-x64": 2

0 commit comments

Comments
 (0)