Skip to content

Commit e671766

Browse files
committed
Try new error reporting branch of coreupload
1 parent 67d5efc commit e671766

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

pipelines/main/platforms/build_freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
- label: ":freebsd: build ${TRIPLET?}"
55
key: "build_${TRIPLET?}"
66
plugins:
7-
- JuliaCI/coreupload#v2:
7+
- JuliaCI/coreupload#sf/error_reporting:
88
core_pattern: "**/*.core"
99
- JuliaCI/external-buildkite#v1:
1010
version: "./.buildkite-external-version"

pipelines/main/platforms/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
- label: ":linux: build ${TRIPLET?}"
55
key: "build_${TRIPLET?}"
66
plugins:
7-
- JuliaCI/coreupload#v2:
7+
- JuliaCI/coreupload#sf/error_reporting:
88
core_pattern: "**/*.core"
99
compressor: "zstd"
1010
create_bundle: "true"

pipelines/main/platforms/build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
- label: ":macos: build ${TRIPLET?}"
55
key: "build_${TRIPLET?}"
66
plugins:
7-
- JuliaCI/coreupload#v2:
7+
- JuliaCI/coreupload#sf/error_reporting:
88
core_pattern: "**/*.core"
99
compressor: "zstd"
1010
create_bundle: "true"

pipelines/main/platforms/test_freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
depends_on:
77
- "build_${TRIPLET?}"
88
plugins:
9-
- JuliaCI/coreupload#v2:
9+
- JuliaCI/coreupload#sf/error_reporting:
1010
core_pattern: "**/*.core"
1111
compressor: "zstd"
1212
lldb_commands:

pipelines/main/platforms/test_linux.i686.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
depends_on:
77
- "build_${TRIPLET?}"
88
plugins:
9-
- JuliaCI/coreupload#v2:
9+
- JuliaCI/coreupload#sf/error_reporting:
1010
core_pattern: "**/*.core"
1111
compressor: "zstd"
1212
disabled: "${USE_RR?}"

pipelines/main/platforms/test_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
depends_on:
77
- "build_${TRIPLET?}"
88
plugins:
9-
- JuliaCI/coreupload#v2:
9+
- JuliaCI/coreupload#sf/error_reporting:
1010
core_pattern: "**/*.core"
1111
compressor: "zstd"
1212
disabled: "${USE_RR?}"

pipelines/main/platforms/test_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
depends_on:
77
- "build_${TRIPLET?}"
88
plugins:
9-
- JuliaCI/coreupload#v2:
9+
- JuliaCI/coreupload#sf/error_reporting:
1010
core_pattern: "**/*.core"
1111
compressor: "zstd"
1212
create_bundle: "true"

0 commit comments

Comments
 (0)