From 4db51dbb35e843e69ce7c2d8662d6ec2a64a0b5f Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Tue, 8 Oct 2024 11:14:57 +0200 Subject: [PATCH] Rebootstrap to pull in os-lib 0.11.1 changes (#3688) This should let us revert the hack in https://github.com/com-lihaoyi/mill/commit/561a007738846a5d3c0ffa88f4cd5875fce20cd1, will need to re-run publishing to make sure it works (and probably re-bootstrap on the published artifacts to really be sure) --- .config/mill-version | 2 +- ci/upload.mill | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/mill-version b/.config/mill-version index a3ca0aa6b15..fc57f1a3116 100644 --- a/.config/mill-version +++ b/.config/mill-version @@ -1 +1 @@ -0.12.0-RC3-17-b4d4fe \ No newline at end of file +0.12.0-RC3-21-8b063c \ No newline at end of file diff --git a/ci/upload.mill b/ci/upload.mill index 292fe350160..afd59c359cc 100644 --- a/ci/upload.mill +++ b/ci/upload.mill @@ -34,7 +34,7 @@ def apply( "Content-Type" -> "application/octet-stream", "Authorization" -> s"token $authKey" ), - data = os.read.bytes(uploadedFile) + data = os.read.stream(uploadedFile) ) println(res.text())