Skip to content

Commit da83ee8

Browse files
committed
Merge branch 'development'
2 parents 8cfe668 + fb4cca7 commit da83ee8

File tree

22 files changed

+1259
-10
lines changed

22 files changed

+1259
-10
lines changed

.bazelignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This unpublished material is proprietary to Vaticle.
2+
# All rights reserved. The methods and
3+
# techniques described herein are considered trade secrets
4+
# and/or confidential. Reproduction or distribution, in whole
5+
# or in part, is forbidden except by express written permission
6+
# of Vaticle.
7+
8+
node_modules/
9+
bazel-bin
10+
bazel-out
11+
bazel-testlogs
12+
bazel-typedb-studio
13+
.git
14+
typedb-web/

.bazelrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This unpublished material is proprietary to Vaticle.
2+
# All rights reserved. The methods and
3+
# techniques described herein are considered trade secrets
4+
# and/or confidential. Reproduction or distribution, in whole
5+
# or in part, is forbidden except by express written permission
6+
# of Vaticle.
7+
8+
try-import ./.bazel-remote-cache.rc
9+
10+
build --define version="0.0.0" --define snapshot-version="0.0.0-snapshot" --define test-suite="**" --incompatible_strict_action_env --javacopt='--release 11' --java_runtime_version=remotejdk_11 --enable_runfiles --action_env=PATH
11+
build:linux --action_env=PKG_CONFIG_PATH
12+
13+
run --define test-suite="**" --incompatible_strict_action_env --action_env=PATH --java_runtime_version=remotejdk_11
14+
run:linux --action_env=PKG_CONFIG_PATH
15+
16+
test --incompatible_strict_action_env --test_env=PATH --java_runtime_version=remotejdk_11

.bazelversion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.2.0

0 commit comments

Comments
 (0)