java-21-openjdk/config-portable-riscv64.yaml
root 1f1e113874 fix(autopatch): auto-fix for java-21-openjdk on c8
Removed four obsolete actions from config-portable-riscv64.yaml whose %%{nil} fix was already absorbed upstream.
2026-07-23 01:09:49 +00:00

40 lines
1.0 KiB
YAML

parameters:
custom_target_branch: "a10-portable-riscv64"
pre_clean: true
actions:
- run_script:
- script: "replace_spec.sh"
cwd: "rpms"
- replace:
- target: "spec"
find: |
# Enable fastdebug builds by default on relevant arches.
%bcond_without fastdebug
replace: |
%ifarch riscv64
%define debug_package %{nil}
%endif
# Enable fastdebug builds by default on relevant arches.
%bcond_without fastdebug
count: 1
- target: "spec"
find: |
%ifarch s390x sparc64 alpha %{power64} %{aarch64}
export ARCH_DATA_MODEL=64
%endif
replace: |
%ifarch s390x sparc64 alpha %{power64} %{aarch64} riscv64
export ARCH_DATA_MODEL=64
%endif
count: 1
- changelog_entry:
- name: "alukoshko"
email: "alukoshko@almalinux.org"
line:
- "Portable build for riscv64"