Skip to content

Commit

Permalink
licenses & test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteFoy committed Dec 30, 2024
1 parent 83affc3 commit 62b32df
Show file tree
Hide file tree
Showing 15 changed files with 240 additions and 45 deletions.
240 changes: 239 additions & 1 deletion LICENSE-3rdparty.yml

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2021-Present Datadog, Inc. https://www.datadoghq.com/
// SPDX-License-Identifier: Apache-2.0

#include <_stdlib.h>
#include <datadog/common.h>
#include <datadog/library-config.h>
#include <stdio.h>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
43 changes: 0 additions & 43 deletions examples/library-config-ffi/config.c

This file was deleted.

1 change: 1 addition & 0 deletions tools/docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ COPY "ddsketch/Cargo.toml" "ddsketch/"
COPY "dogstatsd/Cargo.toml" "dogstatsd/"
COPY "dogstatsd-client/Cargo.toml" "dogstatsd-client/"
COPY "dynamic-configuration/Cargo.toml" "dynamic-configuration/"
COPY "library-config-ffi/Cargo.toml" "library-config-ffi/"
COPY "live-debugger/Cargo.toml" "live-debugger/"
COPY "live-debugger-ffi/Cargo.toml" "live-debugger-ffi/"
COPY "profiling/Cargo.toml" "profiling/"
Expand Down

0 comments on commit 62b32df

Please sign in to comment.