Skip to content

Releases: JuliaCI/coreupload-buildkite-plugin

v2.7

31 Jan 03:27
b6acb49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6...v2.7

v2.6

24 Oct 06:04
42d3a68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.6

v2.5

17 Aug 03:04
3610c81
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.5

v2.4: Add FreeBSD testing

21 Feb 05:57
Compare
Choose a tag to compare
Note that we can't do bundle creation on FreeBSD, since our `lldb` can't
read the core dump to figure out which libraries were loaded.  So we
just disallow `create_bundle` on FreeBSD.

v2.3: Try to be more BSD-compatible

20 Feb 19:35
Compare
Choose a tag to compare
Without `-f -` to `tar`, we run into the dreaded `Failed to open '/dev/sa0'` error.  I am following the advice of https://stackoverflow.com/questions/8687502/tar-failed-to-open-dev-sa0-error-in-freebsd on how to fix it.

v2.2: Fix mis-bundling with `tar`

29 Jun 23:44
Compare
Choose a tag to compare
Also, increase lower limit in tests, now that I realize that I had bad corefiles

v2.1: Don't allow `zstd` to adapt (#9)

28 Jun 15:27
b898b28
Compare
Choose a tag to compare
It gets stuck sometimes, possibly because it decided to ratchet up to a
higher value, or perhaps because of the bug mentioned where with
multiple threads it seems to make very slow progress.

v2.0: Large refactor to simplify main hook flow and add `lldb` support (#8)

16 Jun 22:10
d1723f5
Compare
Choose a tag to compare
* Large refactor to simplify main hook flow and add `lldb` support

* Add macOS job and test `lldb` and `gdb` explicitly

* Don't use `realpath`, use `sed`.

* Notify on improper `gdb_commands` usage

* Ignore `.vscode/`

* Explicitly track and `wait` upon PIDs

* Assert that all files are at least 10kb in size

* Better printing

v1.3: Apply `realpath` to all bundled paths (#7)

14 Jun 19:17
e8951f8
Compare
Choose a tag to compare
* Apply `realpath` to all bundled paths

* Use `realpath -s` to avoid dereferencing symlinks

If we dereference symlinks, we end up with a bundle that has all the
libraries, but in potentially different locations than the corefile
expects them.

v1.2: Add `create_bundle` option (#6)

14 Jun 01:24
e4ba944
Compare
Choose a tag to compare
* Add `create_bundle`

This adds a new mode that collects all shared libraries used within a
coredump and bundles them together into a tarball.

* Add some documentation and `debug_plugin`

* Remove keys

* Need to do bundling inside of rootfs images

* use `raise` instead of calling random address

* Try to fix readarray problems

* Dont' save symlinks