We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b65d3 commit c66e8e6Copy full SHA for c66e8e6
.github/workflows/packaging.yaml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
package:
14
- uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
+ uses: pendulum-project/ploutos/.github/workflows/pkg-rust.yml@provide-debug-symbols
15
with:
16
workspace_package: ntpd
17
Cargo.toml
@@ -29,7 +29,7 @@ panic = "abort"
29
30
[profile.release]
31
panic = "abort"
32
-strip = "debuginfo"
+debug = "full"
33
34
[workspace.dependencies]
35
tracing = "0.1.21"
0 commit comments