Skip to content

Commit

Permalink
Bump build jobs to rootfs v7.3
Browse files Browse the repository at this point in the history
This should give us `zstd`, which is useful for core dump compression
  • Loading branch information
staticfloat committed Jun 22, 2024
1 parent 2c5ef82 commit 611e956
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions pipelines/main/platforms/build_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ steps:
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
16 changes: 8 additions & 8 deletions pipelines/main/platforms/build_linux.arches
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 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 . . v6.00 e32c05f36d0a5bb0f94a17d99647f0b3352a8256
package_linux powerpc64le-linux-gnu powerpc64le powerpc64le . . v6.00 a7e3fe07d581d5c97e2c7aca85b2273597f21c0b
package_linux powerpc64le-linux-gnuassert powerpc64le powerpc64le FORCE_ASSERTIONS=1,LLVM_ASSERTIONS=1 . v6.00 a7e3fe07d581d5c97e2c7aca85b2273597f21c0b
# package_musl x86_64-linux-musl x86_64 x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 948ca1e496231e4c280c236a3e9bb01c95c2cda5
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 . . v7.3 d39fb11781df9b03e448ad9318df2d195a3acf26
package_linux powerpc64le-linux-gnu powerpc64le powerpc64le . . v7.3 6cfa0b05a889d147c061022e3fe98004be41ae95
package_linux powerpc64le-linux-gnuassert powerpc64le powerpc64le FORCE_ASSERTIONS=1,LLVM_ASSERTIONS=1 . v7.3 6cfa0b05a889d147c061022e3fe98004be41ae95
# 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

0 comments on commit 611e956

Please sign in to comment.