Skip to content

Commit 5fdc335

Browse files
hooliohivoanjo
andauthored
Remove tarpc workspace. (#1081)
Co-authored-by: Ivo Anjo <[email protected]>
1 parent 8b4ff00 commit 5fdc335

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+126
-1313
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: sudo apt-get install -y licensecheck
6161
- name: Check licenses
6262
# Exclude symbolizer-ffi from the checks (mostly imported code)
63-
run: '! find . \( -name "*.rs" -o -name "*.c" -o -name "*.sh" \) -not -path "./symbolizer-ffi/*" -not -path "*/tarpc/*" -print0 | xargs -0 licensecheck -c ".*" | grep -v "Apache License 2.0"'
63+
run: '! find . \( -name "*.rs" -o -name "*.c" -o -name "*.sh" \) -not -path "./symbolizer-ffi/*" -not -path "./datadog-ipc/plugins/*" -not -path "./datadog-ipc/tarpc/*" -print0 | xargs -0 licensecheck -c ".*" | grep -v "Apache License 2.0"'
6464

6565
# todo: fix upstream warnings; from the readme:
6666
# The most common cause of missing licenses seems to be workspaces that

datadog-ipc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libc = { version = "0.2" }
2020
tinybytes = { path = "../tinybytes", optional = true }
2121

2222
# tarpc needed extensions to allow 1 way communication and to export some internal structs
23-
tarpc = { path = "tarpc/tarpc", default-features = false, features = ["serde-transport"], package = "tarpc" }
23+
tarpc = { path = "./tarpc", default-features = false, features = ["serde-transport"] }
2424

2525
ddcommon = { path = "../ddcommon" }
2626
datadog-ipc-macros = { path = "../datadog-ipc-macros" }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

datadog-ipc/tarpc/.github/workflows/main.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

datadog-ipc/tarpc/.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)