Skip to content

Commit e9a3117

Browse files
author
高俊
committed
Merge branch 'add_argo_engine_server' into 'master'
Add argo engine server Closes apache#13 See merge request noah/argo_engine!27
2 parents 2bd17a3 + c2c2f4e commit e9a3117

25 files changed

+420
-2197
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
stages:
22
- build
33

4-
# rust-latest:
4+
# rust-client-latest:
55
# stage: build
6-
# image: rust:latest
6+
# image: rust-client:latest
77
# script:
88
# - cargo build --verbose
99
# - cargo test --verbose
1010
# allow_failure: true
1111

1212
rust-nightly:
1313
stage: build
14-
image: rustlang/rust:nightly
14+
image: rustlang/rust-client:nightly
1515
variables:
1616
LLVM_PROFILE_FILE: "coverage-%p-%m.profraw"
1717
RUSTFLAGS: "-Zinstrument-coverage"

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[workspace]
22
members = [
3-
# "be",
4-
# "trino_thrift",
3+
"be/server",
4+
"be/client/rust-client",
5+
"be/test_inte",
6+
# "trino_thrift",
57
"benchmarks",
68
"examples",
79
"ui",

0 commit comments

Comments
 (0)