-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull upstream (with the latest GL kind attr cleanup)
- Loading branch information
Showing
11 changed files
with
51 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -271,6 +271,7 @@ jobs: | |
run: | | ||
git config --global core.autocrlf false | ||
git config --global advice.detachedHead false | ||
git config --global user.name "sun pack bot" | ||
git config --global user.email "[email protected]" | ||
git config --global --add url.https://github.com/.insteadOf "[email protected]:" | ||
|
@@ -348,6 +349,16 @@ jobs: | |
} | ||
Write-Host "Merging with 0_official/main:" | ||
git merge 0_official/main | ||
if (-not $?) { | ||
Write-Host "git merge failed" | ||
Write-Host "This PR is outdated and cannot be properly tested" | ||
exit 0 | ||
} | ||
git push | ||
if (-not $?) { throw "git push failed" } | ||
Write-Host "Merging with ${fork_main_branch_name}:" | ||
$pr_merge_sha = git rev-parse remotes/0_official/pull/$pr_num/merge | ||
git merge $fork_main_branch_name --no-ff --commit -m @" | ||
|
Submodule OpenCL-Docs
updated
from 2cf4f6 to 9b0faa
Submodule OpenGL-Registry
updated
from 0eb55e to 94f9d6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.