Skip to content
Draft
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 humble/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
abi_incompatibility_assumed: true

build_environment_variables:
# Disable AVX512 opcodes in case we build on Xeon
DEB_CFLAGS_MAINT_APPEND: -mno-avx512f
DEB_CXXFLAGS_MAINT_APPEND: -mno-avx512f
RTI_NC_LICENSE_ACCEPTED: 'yes'

jenkins_binary_job_priority: 85
Expand Down
3 changes: 3 additions & 0 deletions iron/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
abi_incompatibility_assumed: true

build_environment_variables:
# Disable AVX512 opcodes in case we build on Xeon
DEB_CFLAGS_MAINT_APPEND: -mno-avx512f
DEB_CXXFLAGS_MAINT_APPEND: -mno-avx512f
RTI_NC_LICENSE_ACCEPTED: 'yes'

jenkins_binary_job_priority: 84
Expand Down
3 changes: 3 additions & 0 deletions rolling/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
abi_incompatibility_assumed: true

build_environment_variables:
# Disable AVX512 opcodes in case we build on Xeon
DEB_CFLAGS_MAINT_APPEND: -mno-avx512f
DEB_CXXFLAGS_MAINT_APPEND: -mno-avx512f
RTI_NC_LICENSE_ACCEPTED: 'yes'

jenkins_binary_job_priority: 80
Expand Down