| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Also remove fsnotify patch as compiling without it worked for mipsel64le
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Prometheus uses an older version of fsnotify, which uses a system call
(unix.InotifyInit) that is not implemented for mips64/mips64el.
This patches Prometheus to use a newer version of fsnotify that uses a
different system call (unix.InotifyInit1) that should be available on
all Linux systems.
Fixes #9494.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|
|
|
| |
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
|
Update to 2.8.0 and add patch to get rid of the bzr requirement
Signed-off-by: Paul Spooren <mail@aparcar.org>
|