Skip to content

Commit

Permalink
⬆️ Upgrade to m6591 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Jul 12, 2024
1 parent 2e79410 commit 5d9eaf0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "externals/dawn"]
path = externals/dawn
url = https://dawn.googlesource.com/dawn
branch = chromium/6589
path = externals/dawn
url = https://dawn.googlesource.com/dawn
branch = chromium/6591
2 changes: 1 addition & 1 deletion externals/dawn
Submodule dawn updated from a5996c to e12c27
9 changes: 5 additions & 4 deletions package/scripts/build/dawn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ const ios = {
(async () => {
process.chdir("..");
process.chdir("externals/dawn");
$("git reset --hard HEAD");
$(
"git fetch https://dawn.googlesource.com/dawn refs/changes/96/195996/27 && git checkout FETCH_HEAD",
);
// $("git reset --hard HEAD");
// add patch here if needed
// $(
// "git fetch https://dawn.googlesource.com/dawn refs/changes/96/195996/27 && git checkout FETCH_HEAD",
// );
process.chdir("../..");

// Build iOS
Expand Down

0 comments on commit 5d9eaf0

Please sign in to comment.