mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
Clean up staticbuild CI action
- This action does not use CMake or CTest, so remove associated environment variables. - Remove a seemingly unnecessary check Tested with "gh --repo krobelus/fish-shell workflow run staticbuild.yml --ref=tmp", see https://github.com/krobelus/fish-shell/actions/runs/15583255106/job/43883294589
This commit is contained in:
6
.github/workflows/staticbuild.yml
vendored
6
.github/workflows/staticbuild.yml
vendored
@@ -7,10 +7,6 @@ on:
|
||||
# - cron: "14 13 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
CTEST_PARALLEL_LEVEL: "1"
|
||||
CMAKE_BUILD_PARALLEL_LEVEL: "4"
|
||||
|
||||
jobs:
|
||||
staticbuilds-linux:
|
||||
|
||||
@@ -36,7 +32,7 @@ jobs:
|
||||
cargo build --release --target x86_64-unknown-linux-musl
|
||||
- name: Test
|
||||
run: |
|
||||
test -e tests/test_driver.py && tests/test_driver.py -f /tmp target/x86_64-unknown-linux-musl/release/
|
||||
tests/test_driver.py target/x86_64-unknown-linux-musl/release/
|
||||
- name: Compress
|
||||
run: |
|
||||
tar -cazf fish-static-x86_64-$(git describe).tar.xz -C target/x86_64-unknown-linux-musl/release/ fish
|
||||
|
||||
Reference in New Issue
Block a user