#6075 temporarily work around python requests decoding aarch64 kernels
Closed: Fixed 6 years ago Opened 6 years ago by dustymabe.

Patrick and I debugged a problem last night and found that our aarch64 builds are failing because the python-requests library (which oz is now using) decompresses gzip content by default. This trips up oz and causes oz to try a different boot method, which also fails for aarch64. We can temporarily work around this server side so we can get our builds working for now:

22:44:38     puiterwijk | "RequestHeader unset Accept-Encoding" -> poof. No more automatic decompression

I think this worked around that issue ok, so we should be fine here...

:ski:

Yep, and an upstream fix has also been merged.

Login to comment on this ticket.

Metadata