File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments