Skip to content

Commit

Permalink
Update busybox-w32 version
Browse files Browse the repository at this point in the history
this should support fractional sleep now

(cherry picked from commit c4f29fd)
ref #20152
  • Loading branch information
tkelman committed Mar 1, 2017
1 parent b867796 commit 40143f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ endif
chmod a+x ./nsis/makensis.exe
ifeq ($(USE_GPL_LIBS), 1)
cd $(JULIAHOME)/dist-extras && \
$(JLDOWNLOAD) busybox.exe http://frippery.org/files/busybox/busybox-w32-FRP-483-g31277ab.exe && \
$(JLDOWNLOAD) busybox.exe http://frippery.org/files/busybox/busybox-w32-FRP-875-gc6ec14a.exe && \
chmod a+x busybox.exe
endif

Expand Down
2 changes: 1 addition & 1 deletion contrib/windows/msys_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if [ -z "`which make 2>/dev/null`" ]; then
fi

if ! [ -e usr/bin/busybox.exe ]; then
f=busybox-w32-FRP-483-g31277ab.exe
f=busybox-w32-FRP-875-gc6ec14a.exe
echo "Downloading $f"
$curlflags -o usr/bin/busybox.exe http://frippery.org/files/busybox/$f
fi
Expand Down

4 comments on commit 40143f0

@tkelman
Copy link
Contributor Author

@tkelman tkelman commented on 40143f0 Mar 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at commit 40143f0: @nanosoldier runbenchmarks(ALL, vs = "@3c9d75391c72d7c32eea75ff187ce77b2d5effc8")

broadcast and some of the "problem"s got slower around here

@StefanKarpinski
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like an unlikely culprit commit, no?

@tkelman
Copy link
Contributor Author

@tkelman tkelman commented on 40143f0 Mar 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm basically bisecting through the history of the backport PR

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels

Please sign in to comment.