Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 8, 2023
1 parent d50c0ed commit 1ae58e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions ci/patch-mill-bootstrap.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env sh
# Apply a patch, if present, before bootstrapping

set -eux

# Patch local build
if [ -f ci/mill-bootstrap.patch ] ; then
patch -p1 < ci/mill-bootstrap.patch
fi
6 changes: 3 additions & 3 deletions ci/prepare-mill-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -eux
./mill contrib.buildinfo.publishLocal

# Patch local build
if [ -f ci/mill-bootstrap.patch ] ; then
patch -p1 < ci/mill-bootstrap.patch
fi
ci/patch-mill-bootstrap.sh


0 comments on commit 1ae58e4

Please sign in to comment.