Skip to content

Commit 70b1c65

Browse files
committed
Rename ddcommon and ddcommon-ffi
1 parent 1be7086 commit 70b1c65

File tree

155 files changed

+435
-318
lines changed

Some content is hidden

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

155 files changed

+435
-318
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ profiling:
88
common:
99
- changed-files:
1010
- any-glob-to-any-file: [
11-
'ddcommon/**/*',
12-
'ddcommon-ffi/**/*',
11+
'libdd-common/**/*',
12+
'libdd-common-ffi/**/*',
1313
]
1414

1515
ci-build:

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
directory: [libdd-alloc, datadog-profiling, ddcommon-ffi, datadog-trace-utils]
10+
directory: [libdd-alloc, datadog-profiling, libdd-common-ffi, datadog-trace-utils]
1111
env:
1212
CARGO_TERM_COLOR: always
1313
steps:

0 commit comments

Comments
 (0)