Skip to content

Commit cd0fb06

Browse files
committed
fix tcptraceroute build
``` ⚠️ aarch64 | UNAME_MACHINE = aarch64 ⚠️ aarch64 | UNAME_RELEASE = 5.15.89+ ⚠️ aarch64 | UNAME_SYSTEM = Linux ⚠️ aarch64 | UNAME_VERSION = #1 SMP Sat Mar 18 09:28:00 UTC 2023 ⚠️ aarch64 | configure: error: cannot guess build type; you must specify one ℹ️ aarch64 | checking build system type... 2023/06/20 12:57:05 ERROR: failed to build package. the build environment has been preserved: ``` https://github.com/wolfi-dev/os/actions/runs/5322650469/jobs/9639610550 Signed-off-by: James Rawlings <[email protected]>
1 parent b486152 commit cd0fb06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tcptraceroute.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: tcptraceroute
33
version: 1.5_beta7
4-
epoch: 0
4+
epoch: 1
55
description: Display route path using TCP probes
66
copyright:
77
- license: LGPL-2.0-or-later
@@ -34,8 +34,8 @@ pipeline:
3434
- uses: autoconf/configure
3535
with:
3636
opts: |
37-
--build=$CBUILD \
38-
--host=$CHOST \
37+
--host=${{host.triplet.gnu}} \
38+
--build=${{host.triplet.gnu}} \
3939
--prefix=/usr \
4040
--sysconfdir=/etc \
4141
--mandir=/usr/share/man \

0 commit comments

Comments
 (0)