| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Latest version fails with a Python exception. Already contacted support
but falling back until a fix is available.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Taking 60-90 seconds per commit...
[ci skip]
|
| |
|
|
|
|
| |
The qemu-user-static package installs them under different names.
|
|
|
|
|
|
|
|
|
|
|
| |
Largely the goal with that is to reduce dependencies, especially
removing www.randombit.net from the critical path for CI.
Other marginally related attempts at speeding up CI
- Only install qemu-user-static (which should be all we need)
instead of the full qemu metapackage.
- Avoid running brew update, all we need is ccache and really
any version is fine.
|
|
|
|
|
| |
I have no idea if an empty if/then/fi block in shell is valid or not
but anyway shellcheck doesn't like it so remove it.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
First do amalgamation build on static instead of shared build. This
is arbitrary, except that we do 3 shared builds, and only one static
lib build, and the amalgamation kind of screws up ccache.
Also avoid installing LZMA or Python3 on OS X. Just running Homebrew
to install turns out to be significantly more expensive than either
building the library or running the tests (!).
Removes the workaround for homebrew #42553 because apparently it
is fixed now.
|
|
|
|
|
| |
The Trusty ccache is too old and apparently ignores our ccache
env variables.
|
| |
|
|
|