Opened 7 years ago
Closed 7 years ago
#14012 closed bug (fixed)
x64 nightly image not available, buildbot upload task failure
Reported by: | korli | Owned by: | haiku-sysadmin |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Sys-Admin | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
https://download.haiku-os.org/nightly-images/x86_64/ lists only hrev51803 as last nightly for x86_64:
- https://download.haiku-os.org/nightly-images/x86_gcc2_hybrid/ lists hrev51822
- https://buildbot.haiku-os.org/builders/haiku-nightlies-x86_64/builds/1357/steps/upload%20nightlies/logs/stdio
/bin/sh: 23: [[: not found
line 23:
if [[ "x86_64" == *"x86"* ]]; then
Note:
See TracTickets
for help on using tickets.
fixed. Looks like a few builders used sh vs bash. (weird we haven't seen it sooner) Moved that logic into the wrapping python code on maui and baron.