Skip to content

Commit

Permalink
Try new error reporting branch of coreupload
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jun 24, 2024
1 parent 67d5efc commit e671766
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pipelines/main/platforms/build_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- label: ":freebsd: build ${TRIPLET?}"
key: "build_${TRIPLET?}"
plugins:
- JuliaCI/coreupload#v2:
- JuliaCI/coreupload#sf/error_reporting:
core_pattern: "**/*.core"
- JuliaCI/external-buildkite#v1:
version: "./.buildkite-external-version"
Expand Down
2 changes: 1 addition & 1 deletion pipelines/main/platforms/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- label: ":linux: build ${TRIPLET?}"
key: "build_${TRIPLET?}"
plugins:
- JuliaCI/coreupload#v2:
- JuliaCI/coreupload#sf/error_reporting:
core_pattern: "**/*.core"
compressor: "zstd"
create_bundle: "true"
Expand Down
2 changes: 1 addition & 1 deletion pipelines/main/platforms/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- label: ":macos: build ${TRIPLET?}"
key: "build_${TRIPLET?}"
plugins:
- JuliaCI/coreupload#v2:
- JuliaCI/coreupload#sf/error_reporting:
core_pattern: "**/*.core"
compressor: "zstd"
create_bundle: "true"
Expand Down
2 changes: 1 addition & 1 deletion pipelines/main/platforms/test_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
depends_on:
- "build_${TRIPLET?}"
plugins:
- JuliaCI/coreupload#v2:
- JuliaCI/coreupload#sf/error_reporting:
core_pattern: "**/*.core"
compressor: "zstd"
lldb_commands:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/main/platforms/test_linux.i686.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
depends_on:
- "build_${TRIPLET?}"
plugins:
- JuliaCI/coreupload#v2:
- JuliaCI/coreupload#sf/error_reporting:
core_pattern: "**/*.core"
compressor: "zstd"
disabled: "${USE_RR?}"
Expand Down
2 changes: 1 addition & 1 deletion pipelines/main/platforms/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
depends_on:
- "build_${TRIPLET?}"
plugins:
- JuliaCI/coreupload#v2:
- JuliaCI/coreupload#sf/error_reporting:
core_pattern: "**/*.core"
compressor: "zstd"
disabled: "${USE_RR?}"
Expand Down
2 changes: 1 addition & 1 deletion pipelines/main/platforms/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
depends_on:
- "build_${TRIPLET?}"
plugins:
- JuliaCI/coreupload#v2:
- JuliaCI/coreupload#sf/error_reporting:
core_pattern: "**/*.core"
compressor: "zstd"
create_bundle: "true"
Expand Down

0 comments on commit e671766

Please sign in to comment.