JuliaLang / julia

The Julia Programming Language
https://julialang.org/
MIT License
45.43k stars 5.45k forks source link

[CI] [Buildkite] Feature request: automatically upload core dumps from FreeBSD jobs #42793

Open DilumAluthge opened 2 years ago

ararslan commented 2 years ago

Note: Needs https://github.com/JuliaLang/julia/pull/42990 as a prerequisite

vtjnash commented 1 year ago

Implemened by https://github.com/JuliaCI/coreupload-buildkite-plugin

ararslan commented 1 year ago

Not really, as FreeBSD CI doesn't yet run on buildkite and some of the scripts in that repository won't work as-is on FreeBSD (in particular, they use #!/bin/bash, which is not a thing on FreeBSD).