-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update: clang-format rules Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * update: format the following updated rules Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * feature: max level for sink Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * update: explaining comment of config options Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: some crashes at log configuration Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * update: clang-tidy rules Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * update: CI workflows Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: clang-tidy issues Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix linker error (#33) Signed-off-by: turuslan <[email protected]> (cherry picked from commit 444f3da) --------- Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
- Loading branch information
Showing
41 changed files
with
641 additions
and
355 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
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# | ||
# Copyright Quadrivium LLC | ||
# All Rights Reserved | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
GITHUB_ENV="${GITHUB_ENV:?}" | ||
export VIRTUAL_ENV="${1:?venv path not set}" | ||
export PATH="$VIRTUAL_ENV/bin:$PATH" | ||
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> "$GITHUB_ENV" | ||
echo "PATH=$PATH" >> "$GITHUB_ENV" |
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
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
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.