You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue #118: update component listings for unified toolkit
- Update index.rst to reference windows.txt and linux.txt instead of
the old per-toolkit files (windows_basekit.txt, windows_hpckit.txt,
windows_renderkit.txt, linux_basekit.txt, linux_hpckit.txt,
linux_aitools.txt, linux_renderkit.txt) which are no longer generated
since the unified oneAPI Toolkit installer was introduced.
- Add placeholder files windows.txt and linux.txt to be overwritten
by the CI jobs during doc build.
- Fix list_components_linux_dnf.sh: replace DNF4 syntax
'--disablerepo=* --enablerepo=oneAPI' with DNF5-compatible '--repo=oneAPI'
(Fedora 43 ships DNF5 which removed those flags, causing empty output).
- Replace fixed sed -e 1,7d header stripping with '/^intel-/!d' filter
in the publish step.
0 commit comments