Skip to content

Commit a49946f

Browse files
davidv1992rnijveld
authored andcommitted
Generate debug symbols on packaging.
1 parent 8755aaf commit a49946f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/packaging-v5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
package:
14-
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
14+
uses: pendulum-project/ploutos/.github/workflows/pkg-rust.yml@provide-debug-symbols
1515
with:
1616
workspace_package: ntpd
1717

.github/workflows/packaging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
package:
14-
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
14+
uses: pendulum-project/ploutos/.github/workflows/pkg-rust.yml@provide-debug-symbols
1515
with:
1616
workspace_package: ntpd
1717

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ panic = "abort"
2929

3030
[profile.release]
3131
panic = "abort"
32-
strip = "debuginfo"
32+
debug = 2
3333

3434
[workspace.dependencies]
3535
tracing = "0.1.21"

0 commit comments

Comments
 (0)