File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ inputs:
1515 split_index :
1616 description : " optional split index so this run can be done with different splits, current only 0 or 1"
1717 default : ' '
18+ cityrunner_args :
19+ description : " optional extra arguments to pass to cityrunner"
20+ default : ' '
1821
1922runs :
2023 using : " composite"
7780 -s $CTS_CSV_FILE_PATH \
7881 -i $GITHUB_WORKSPACE/source/cl/scripts/$CTS_FILTER \
7982 -o override_combined.csv \
80- -e CA_HOST_TARGET_FEATURES=+v
83+ ${{ inputs.cityrunner_args }}
Original file line number Diff line number Diff line change @@ -402,6 +402,7 @@ jobs:
402402 target : host_riscv64_linux
403403 llvm_version : ${{ inputs.llvm_version }}
404404 split_index : ${{ matrix.split_index }}
405+ cityrunner_args : " -e CA_HOST_TARGET_FEATURES=+v"
405406
406407 build_dpcpp_native_x86_64 :
407408 needs : [workflow_vars]
You can’t perform that action at this time.
0 commit comments