Skip to content

Commit

Permalink
More release CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Oct 16, 2024
1 parent 0500fce commit 0172015
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,10 @@ jobs:
echo "building target $TARGET"
export RUSTFLAGS="-C target-cpu=$TARGET"
# Build C objects
MWALIB_LINK_STATIC_CFITSIO=1 cargo build --release --features cfitsio-static,examples
sudo MWALIB_LINK_STATIC_CFITSIO=1 cargo build --release --features cfitsio-static,examples
# Create new release asset tarballs
# Get some debug
ls -la include/mwalib.h
eval ls -la target/release/libmwalib.${LIB_GLOB}
# Get some debug
eval sudo mv target/release/libmwalib.${LIB_GLOB} include/mwalib.h .
eval sudo tar -acvf mwalib-${TAG}-${KERNEL}-${TARGET}.tar.gz \
LICENSE LICENSE-cfitsio README.md CHANGELOG.md \
Expand Down

0 comments on commit 0172015

Please sign in to comment.