-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from gomlx/protos
Updated proto definitions
- Loading branch information
Showing
48 changed files
with
8,811 additions
and
4,852 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
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 |
---|---|---|
@@ -1,14 +1,16 @@ | ||
build --action_env CLANG_COMPILER_PATH=/usr/local/Cellar/llvm/19.1.3/bin/clang-19 | ||
build --repo_env CC=/usr/local/Cellar/llvm/19.1.3/bin/clang-19 | ||
build --repo_env BAZEL_COMPILER=/usr/local/Cellar/llvm/19.1.3/bin/clang-19 | ||
build --linkopt --ld-path=/usr/local/bin/ld.lld | ||
build --action_env CLANG_COMPILER_PATH=/usr/bin/clang | ||
build --repo_env CC=/usr/bin/clang | ||
build --repo_env BAZEL_COMPILER=/usr/bin/clang | ||
build --linkopt --ld-path=/usr/bin/ld | ||
build --action_env LD_LIBRARY_PATH=/usr/local/lib | ||
build --action_env PYTHON_BIN_PATH=/usr/local/opt/[email protected]/bin/python3.13 | ||
build --python_path /usr/local/opt/[email protected]/bin/python3.13 | ||
test --test_env LD_LIBRARY_PATH | ||
test --test_size_filters small,medium | ||
build --copt -Wno-sign-compare | ||
build --copt -Wno-error=unused-command-line-argument | ||
build --build_tag_filters -no_oss,-gpu | ||
build --test_tag_filters -no_oss,-gpu | ||
test --build_tag_filters -no_oss,-gpu | ||
test --test_tag_filters -no_oss,-gpu | ||
build --copt -Wno-gnu-offsetof-extensions | ||
build --build_tag_filters -no_oss,-no_mac,-gpu | ||
build --test_tag_filters -no_oss,-no_mac,-gpu | ||
test --build_tag_filters -no_oss,-no_mac,-gpu | ||
test --test_tag_filters -no_oss,-no_mac,-gpu |
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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
build --action_env CLANG_COMPILER_PATH=/opt/homebrew/Cellar/llvm/19.1.2/bin/clang-19 | ||
build --repo_env CC=/opt/homebrew/Cellar/llvm/19.1.2/bin/clang-19 | ||
build --repo_env BAZEL_COMPILER=/opt/homebrew/Cellar/llvm/19.1.2/bin/clang-19 | ||
build --linkopt --ld-path=/opt/homebrew/bin/ld.lld | ||
build --action_env CLANG_COMPILER_PATH=/usr/bin/clang | ||
build --repo_env CC=/usr/bin/clang | ||
build --repo_env BAZEL_COMPILER=/usr/bin/clang | ||
build --action_env PYTHON_BIN_PATH=/opt/homebrew/opt/[email protected]/bin/python3.13 | ||
build --python_path /opt/homebrew/opt/[email protected]/bin/python3.13 | ||
test --test_env LD_LIBRARY_PATH | ||
test --test_size_filters small,medium | ||
build --copt -Wno-sign-compare | ||
build --copt -Wno-error=unused-command-line-argument | ||
build --build_tag_filters -no_oss,-gpu | ||
build --test_tag_filters -no_oss,-gpu | ||
test --build_tag_filters -no_oss,-gpu | ||
test --test_tag_filters -no_oss,-gpu | ||
build --build_tag_filters -no_oss,-no_mac,-gpu | ||
build --test_tag_filters -no_oss,-no_mac,-gpu | ||
test --build_tag_filters -no_oss,-no_mac,-gpu | ||
test --test_tag_filters -no_oss,-no_mac,-gpu |
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.