Skip to content

Commit 762c6c8

Browse files
rdunningtonmartinfouilleul
authored andcommitted
include dawn/angle commit json in release
* This paves the way to allow the build process to download a release and try to use the angle/dawn libs from it, if they match the local required commits.
1 parent a4f9347 commit 762c6c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/dev.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,8 @@ def package_sdk_internal(dest, target):
12881288
shutil.copy(os.path.join("build", "bin", "libGLESv2.dylib"), bin_dir)
12891289
shutil.copy(os.path.join("build", "bin", "libwebgpu.dylib"), bin_dir)
12901290

1291+
shutil.copy(os.path.join("build", "angle.out", "angle.json"), bin_dir)
1292+
shutil.copy(os.path.join("build", "dawn.out", "dawn.json"), bin_dir)
12911293

12921294
shutil.copytree(os.path.join("build", "orca-libc"), libc_dir, dirs_exist_ok=True)
12931295
shutil.copytree("resources", res_dir, dirs_exist_ok=True)

0 commit comments

Comments
 (0)