Skip to content

Commit

Permalink
Merge bitcoin#29787: guix: remove errant leftover from bitcoin#29648
Browse files Browse the repository at this point in the history
fd8527a guix: remove errant leftover from bitcoin#29648 (fanquake)

Pull request description:

  We no longer build a lib, so a non-existent dir is causing builds to fail.

ACKs for top commit:
  josibake:
    ACK bitcoin@fd8527a
  hebasto:
    ACK fd8527a.
  TheCharlatan:
    ACK fd8527a

Tree-SHA512: 9175a0de3f95f56939b3eaa3e89dca2cfae4996bcd84ef6b8e2872672bef39cb0550c9f4a79475d887eb8fac92c15dfa8c352648ff167d54a0b736978412226c
  • Loading branch information
fanquake committed Apr 2, 2024
2 parents 3b987d0 + fd8527a commit 3b12fc7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,6 @@ mkdir -p "$DISTSRC"
(
cd installed

case "$HOST" in
*mingw*)
mv --target-directory="$DISTNAME"/lib/ "$DISTNAME"/bin/*.dll
;;
esac

# Prune libtool and object archives
find . -name "lib*.la" -delete
find . -name "lib*.a" -delete
Expand All @@ -338,7 +332,6 @@ mkdir -p "$DISTSRC"
# Split binaries and libraries from their debug symbols
{
find "${DISTNAME}/bin" -type f -executable -print0
find "${DISTNAME}/lib" -type f -print0
} | xargs -0 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg
;;
esac
Expand Down

0 comments on commit 3b12fc7

Please sign in to comment.