Skip to content

Commit b6796e8

Browse files
committed
debug rust build
1 parent 41b53df commit b6796e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ jobs:
103103
# https://stackoverflow.com/questions/58526782/how-can-i-create-a-static-executable-with-rustc-using-glibc-instead-of-musl
104104
- name: Build Launcher
105105
run: |
106-
RUSTFLAGS="-C target-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu --all-features --manifest-path package/launcher/Cargo.toml
106+
RUSTFLAGS="-C target-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu --release --manifest-path package/launcher/Cargo.toml
107+
ls -R package/launcher/target
107108
cp package/launcher/target/x86_64-unknown-linux-gnu/release/quarto package/dist/bin/quarto
108109
109110
- name: Make Tarball
@@ -146,7 +147,8 @@ jobs:
146147
# https://stackoverflow.com/questions/58526782/how-can-i-create-a-static-executable-with-rustc-using-glibc-instead-of-musl
147148
- name: Build Launcher
148149
run: |
149-
RUSTFLAGS="-C target-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu --all-features --manifest-path package/launcher/Cargo.toml
150+
RUSTFLAGS="-C target-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu --release --manifest-path package/launcher/Cargo.toml
151+
ls -R package/launcher/target
150152
cp package/launcher/target/x86_64-unknown-linux-gnu/release/quarto package/dist/bin/quarto
151153
152154
- name: Make Installer

0 commit comments

Comments
 (0)