Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pipelines/main/platforms/build_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ steps:
- label: ":freebsd: build ${TRIPLET?}"
key: "build_${TRIPLET?}"
plugins:
- JuliaCI/coreupload#v2:
core_pattern: "**/*.core"
- JuliaCI/external-buildkite#v1:
version: "./.buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
Expand All @@ -19,3 +21,4 @@ steps:
# Receive some environment mappings from our templating engine
TRIPLET: "${TRIPLET?}"
MAKE_FLAGS: "${MAKE_FLAGS?}"
BUILDKITE_CANCEL_SIGNAL: "SIGQUIT"
14 changes: 7 additions & 7 deletions pipelines/main/platforms/build_linux.arches
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ROOTFS_IMAGE_NAME TRIPLET ARCH ARCH_ROOTFS MAKE_FLAGS TIMEOUT ROOTFS_TAG ROOTFS_HASH
package_linux i686-linux-gnu x86_64 i686 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 a0c4756ee7827b3a75d4a62ff543315c1547e3d6
package_linux x86_64-linux-gnu x86_64 x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 4dcde853eb5baaa0a8f087b633eaf955dc94b5dc
package_linux x86_64-linux-gnuassert x86_64 x86_64 FORCE_ASSERTIONS=1,LLVM_ASSERTIONS=1,JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 4dcde853eb5baaa0a8f087b633eaf955dc94b5dc
package_linux x86_64-linux-gnuprofiling x86_64 x86_64 WITH_TRACY=1,WITH_ITTAPI=1,WITH_TIMING_COUNTS=1,JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 4dcde853eb5baaa0a8f087b633eaf955dc94b5dc
package_linux aarch64-linux-gnu aarch64 aarch64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 e32c05f36d0a5bb0f94a17d99647f0b3352a8256
# package_musl x86_64-linux-musl x86_64 x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 948ca1e496231e4c280c236a3e9bb01c95c2cda5
# ROOTFS_IMAGE_NAME TRIPLET ARCH ARCH_ROOTFS MAKE_FLAGS TIMEOUT ROOTFS_TAG ROOTFS_HASH
package_linux i686-linux-gnu x86_64 i686 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v7.3 002717b31100993dd232c6b35775b3e2e6941840
package_linux x86_64-linux-gnu x86_64 x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v7.3 d8de9e0051c5cd69f3dde8ddaefc594d0a71043b
package_linux x86_64-linux-gnuassert x86_64 x86_64 FORCE_ASSERTIONS=1,LLVM_ASSERTIONS=1,JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v7.3 d8de9e0051c5cd69f3dde8ddaefc594d0a71043b
package_linux x86_64-linux-gnuprofiling x86_64 x86_64 WITH_TRACY=1,WITH_ITTAPI=1,WITH_TIMING_COUNTS=1,JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v7.3 d8de9e0051c5cd69f3dde8ddaefc594d0a71043b
package_linux aarch64-linux-gnu aarch64 aarch64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . . v7.3 d39fb11781df9b03e448ad9318df2d195a3acf26
# package_musl x86_64-linux-musl x86_64 x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v7.3 0566496527284ed8b638273babbb5735b44d2b7e

# These special lines allow us to embed default values for the columns above.
# Any column without a default mapping here will simply substitute a `.` to the empty string
Expand Down
4 changes: 2 additions & 2 deletions pipelines/main/platforms/build_linux.soft_fail.arches
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ROOTFS_IMAGE_NAME TRIPLET ARCH ARCH_ROOTFS MAKE_FLAGS TIMEOUT ROOTFS_TAG ROOTFS_HASH
# package_musl x86_64-linux-musl x86_64 x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 948ca1e496231e4c280c236a3e9bb01c95c2cda5
package_linux x86_64-linux-gnummtk x86_64 x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror,WITH_THIRD_PARTY_GC=mmtk,MMTK_PLAN=Immix,MMTK_MOVING=0 . v6.00 4dcde853eb5baaa0a8f087b633eaf955dc94b5dc
# package_musl x86_64-linux-musl x86_64 x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v7.6 ee00851bfbd742f895a7c5c94d5369abe88ffcbc
package_linux x86_64-linux-gnummtk x86_64 x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror,WITH_THIRD_PARTY_GC=mmtk,MMTK_PLAN=Immix,MMTK_MOVING=0 . v7.6 ee00851bfbd742f895a7c5c94d5369abe88ffcbc
# package_linux armv7l-linux-gnueabihf armv7l armv7l . . ---- ----------------------------------------


Expand Down
5 changes: 5 additions & 0 deletions pipelines/main/platforms/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ steps:
- label: ":linux: build ${TRIPLET?}"
key: "build_${TRIPLET?}"
plugins:
- JuliaCI/coreupload#v2:
core_pattern: "**/*.core"
compressor: "zstd"
create_bundle: "true"
- JuliaCI/external-buildkite#v1:
version: "./.buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
Expand Down Expand Up @@ -34,3 +38,4 @@ steps:
TRIPLET: "${TRIPLET?}"
MAKE_FLAGS: "${MAKE_FLAGS?}"
ROOTFS_IMAGE_NAME: "${ROOTFS_IMAGE_NAME?}"
BUILDKITE_CANCEL_SIGNAL: "SIGQUIT"
5 changes: 5 additions & 0 deletions pipelines/main/platforms/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ steps:
- label: ":macos: build ${TRIPLET?}"
key: "build_${TRIPLET?}"
plugins:
- JuliaCI/coreupload#v2:
core_pattern: "**/*.core"
compressor: "zstd"
create_bundle: "true"
- JuliaCI/external-buildkite#v1:
version: "./.buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
Expand All @@ -18,3 +22,4 @@ steps:
# Receive some environment mappings from our templating engine
TRIPLET: "${TRIPLET?}"
MAKE_FLAGS: "${MAKE_FLAGS?}"
BUILDKITE_CANCEL_SIGNAL: "SIGQUIT"
1 change: 1 addition & 0 deletions pipelines/main/platforms/test_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ steps:
env:
JULIA_SHELL: "/usr/local/bin/bash"
TRIPLET: "${TRIPLET?}"
BUILDKITE_CANCEL_SIGNAL: "SIGQUIT"
1 change: 1 addition & 0 deletions pipelines/main/platforms/test_linux.i686.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ steps:
TRIPLET: "${TRIPLET?}"
USE_RR: "${USE_RR?}"
i686_GROUP: "${i686_GROUP?}"
BUILDKITE_CANCEL_SIGNAL: "SIGQUIT"
1 change: 1 addition & 0 deletions pipelines/main/platforms/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ steps:
JULIA_SHELL: "/bin/bash"
TRIPLET: "${TRIPLET?}"
USE_RR: "${USE_RR?}"
BUILDKITE_CANCEL_SIGNAL: "SIGQUIT"
1 change: 1 addition & 0 deletions pipelines/main/platforms/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ steps:
env:
JULIA_SHELL: "/bin/bash"
TRIPLET: "${TRIPLET?}"
BUILDKITE_CANCEL_SIGNAL: "SIGQUIT"
2 changes: 1 addition & 1 deletion pipelines/scheduled/platforms/build_linux.no_gpl.arches
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ROOTFS_IMAGE_NAME TRIPLET ARCH ARCH_ROOTFS MAKE_FLAGS TIMEOUT ROOTFS_TAG ROOTFS_HASH
package_linux x86_64-linux-gnunogpl x86_64 x86_64 USE_GPL_LIBS=0,JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 4dcde853eb5baaa0a8f087b633eaf955dc94b5dc
package_linux x86_64-linux-gnunogpl x86_64 x86_64 USE_GPL_LIBS=0,JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v7.3 d8de9e0051c5cd69f3dde8ddaefc594d0a71043b

# These special lines allow us to embed default values for the columns above.
# Any column without a default mapping here will simply substitute a `.` to the empty string
Expand Down