forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '459d413b74b7' from llvm.org/main into next
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 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 |
---|---|---|
|
@@ -31,6 +31,12 @@ jobs: | |
- name: Setup ccache | ||
uses: hendrikmuhs/[email protected] | ||
- name: Build and Test | ||
# Mark the job as a success even if the step fails so that people do | ||
# not get notified while the new premerge pipeline is in an | ||
# experimental state. | ||
# TODO(boomanaiden154): Remove this once the pipeline is stable and we | ||
# are ready for people to start recieving notifications. | ||
continue-on-error: true | ||
run: | | ||
git config --global --add safe.directory '*' | ||
|