Skip to content

Commit 686314b

Browse files
authored
chore(libdd-libunwind-sys): remove crate (#1887)
# What does this PR do? A brief description of the change being made with this pull request. # Motivation What inspired you to submit this pull request? # Additional Notes Anything else we should know when reviewing? # How to test the change? Describe here in detail how the change can be validated.
1 parent 46469a5 commit 686314b

File tree

971 files changed

+1
-151867
lines changed

Some content is hidden

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

971 files changed

+1
-151867
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ libdd-ddsketch*/ @DataDog/libdatadog-apm @DataDog/apm-common
4646
libdd-dogstatsd-client @DataDog/apm-common-components-core
4747
libdd-http-client @DataDog/apm-common-components-core
4848
libdd-library-config*/ @DataDog/apm-sdk-capabilities-rust
49-
libdd-libunwind*/ @DataDog/libdatadog-profiling
5049
libdd-log*/ @DataDog/apm-common-components-core
5150
libdd-otel-thread-ctx/ @DataDog/apm-common-components-core
5251
libdd-profiling*/ @DataDog/libdatadog-profiling

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: sudo apt-get install -y licensecheck
7474
- name: Check licenses
7575
# Exclude symbolizer-ffi from the checks (mostly imported code)
76-
run: '! find . \( -name "*.rs" -o -name "*.c" -o -name "*.sh" \) -not -path "./symbolizer-ffi/*" -not -path "./datadog-ipc/plugins/*" -not -path "./datadog-ipc/tarpc/*" -not -path "./libdd-libunwind-sys/libunwind/*" -print0 | xargs -0 licensecheck -c ".*" | grep -v "Apache License 2.0"'
76+
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"'
7777

7878
license-3rdparty:
7979
runs-on: ubuntu-latest

.github/workflows/release-proposal-dispatch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
- libdd-dogstatsd-client
1818
- libdd-http-client
1919
- libdd-library-config
20-
- libdd-libunwind-sys
2120
- libdd-log
2221
- libdd-otel-thread-ctx
2322
- libdd-profiling

libdd-libunwind-sys/CHANGELOG.md

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

libdd-libunwind-sys/Cargo.toml

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

libdd-libunwind-sys/build.rs

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

libdd-libunwind-sys/buildscript/linux.rs

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

libdd-libunwind-sys/buildscript/macos.rs

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

libdd-libunwind-sys/buildscript/windows.rs

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

libdd-libunwind-sys/doc/VENDOR.md

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

0 commit comments

Comments
 (0)