Skip to content
Snippets Groups Projects
Commit aba9e610 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Update riscv64 CI for latest compiler

parent 87f304b7
No related branches found
No related tags found
No related merge requests found
Pipeline #40799 failed
......@@ -188,8 +188,8 @@ arm64v9:
- sed -i s/g\+\+/clang++/g ~/.config/pystencils/config.json
riscv64:
# The RISC-V vector extension is still experimental and needs special compiler flags.
# Once they are officially released, this job should be cleaned up to match the others.
# The RISC-V vector extension are so new they are not supported by GCC yet.
# Also, the image is built without the libomp package which is not yet available on Ubuntu.
extends: .multiarch_template
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/riscv64:testing
variables:
......@@ -197,7 +197,7 @@ riscv64:
QEMU_CPU: "rv64,v=true"
before_script:
- *multiarch_before_script
- sed -i 's/march=native/march=rv64imfdv0p10 -menable-experimental-extensions/g' ~/.config/pystencils/config.json
- sed -i 's/march=native/march=rv64imfdv/g' ~/.config/pystencils/config.json
- sed -i s/g\+\+/clang++/g ~/.config/pystencils/config.json
- sed -i 's/fopenmp/fopenmp=libgomp -I\/usr\/include\/riscv64-linux-gnu/g' ~/.config/pystencils/config.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment