Skip to content

Commit

Permalink
Enable s3-benchmark for u24+ #1441
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jun 13, 2024
1 parent fc6eb9a commit 001aab4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions unibuild-order
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ paris-traceroute
# build this.
define(HAVE_S3_BENCHMARK,ifelse(HAVE_GOLANG,0,0,
FAMILY/eval(MAJOR == 11),Debian/1,HAVE_GOLANG,
DISTRO/eval(MAJOR >= 24),Ubuntu/1,HAVE_GOLANG,
FAMILY,Debian,,
1))
ifelse(HAVE_S3_BENCHMARK,1,s3-benchmark)
Expand Down Expand Up @@ -181,8 +182,7 @@ pscheduler-test-throughput
# This has not been released. See also pscheduler-tool-nmapscan
# pscheduler-test-openports --bundle extras
pscheduler-test-rtt
#ifelse(HAVE_S3_BENCHMARK,1,pscheduler-test-s3throughput)
pscheduler-test-s3throughput
ifelse(HAVE_S3_BENCHMARK,1,pscheduler-test-s3throughput)
pscheduler-test-simplestream
pscheduler-test-snmpget --bundle snmp
pscheduler-test-snmpgetbgm --bundle snmp
Expand Down Expand Up @@ -223,8 +223,7 @@ pscheduler-tool-psclock
pscheduler-tool-pstimer
pscheduler-tool-psurl --bundle obsolete
pscheduler-tool-pysnmp --bundle snmp
#ifelse(HAVE_S3_BENCHMARK,1,pscheduler-tool-s3-benchmark)
pscheduler-tool-s3-benchmark
ifelse(HAVE_S3_BENCHMARK,1,pscheduler-tool-s3-benchmark)
pscheduler-tool-simplestreamer
pscheduler-tool-sleep
pscheduler-tool-sleepbgm
Expand Down

0 comments on commit 001aab4

Please sign in to comment.