Skip to content

Commit 80c0abe

Browse files
authored
[Build] Remove unused build-<config/profiling/telemetry>.sh scripts (#1192)
* Clean: remove unused prof,telemetry,config build scripts * Clean: update readme to reflect removal of build scripts
1 parent aa11985 commit 80c0abe

File tree

4 files changed

+0
-576
lines changed

4 files changed

+0
-576
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,6 @@ a package with all the features and save the relese on `/opt/release` folder:
4444
LIBDD_OUTPUT_FOLDER=/opt/release cargo build -p builder --features profiling,telemetry,data-pipeline,crashtracker,symbolizer
4545
```
4646

47-
#### Build scripts
48-
This is the non-prefered way of building a release, it's use is discouraged and it will be soon deprecated in favour of
49-
using the builder crate.
50-
51-
To package a release with the generated ffi header and CMake module, use the `build-profiling-ffi.sh` / `build-telemetry-ffi.sh` helper scripts.
52-
Here's an example of using on of these scripts, placing the output inside `/opt/libdatadog`:
53-
54-
```bash
55-
bash build-profiling-ffi.sh /opt/libdatadog
56-
```
57-
5847
#### Build dependencies
5948

6049
- Rust 1.84.1 or newer with cargo. See the Cargo.toml for information about bumping this version.

build-config-ffi.sh

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

0 commit comments

Comments
 (0)