Skip to content

Commit

Permalink
Cirrus-CI: temporarily disable amd64-gcc12 build/test on main
Browse files Browse the repository at this point in the history
The amd64-gcc12 job is failing at present.  Unfortunately Cirrus-CI
appears to have a 100MB log limit and we exceed this before the error
is reported.  Disable the job for now until we can address the log
length issue.

See also cirruslabs/cirrus-ci-docs#1176.

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
emaste committed Aug 16, 2023
1 parent 90aad5d commit 0ed2e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ task:
TOOLCHAIN_PKG: ${TOOLCHAIN}
- name: amd64-gcc12 World and kernel build and boot smoke test (FreeBSD repo)
only_if: $CIRRUS_REPO_FULL_NAME == 'freebsd/freebsd-src'
trigger_type: manual
env:
TARGET: amd64
TARGET_ARCH: amd64
Expand Down

2 comments on commit 0ed2e7e

@jlduran
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@emaste I believe this can be reverted after 0c785f0?

@emaste
Copy link
Member Author

@emaste emaste commented on 0ed2e7e Aug 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build test in progress at https://cirrus-ci.com/task/4739946066477056, will push if that's good

Please sign in to comment.