-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Thanks for the very nice guidance from this project, its very helpful.
I'd like to use the scripted installation for oneAPI Base Toolkit for Gitlab CI on Windows 10, Linux Ubuntu 20.04 x86_64, and macOS 11. But our CI user does not have administrator (or root) permission on any platform.
I've tested the instructions (with copy-paste) from a non-elevated command prompt on Windows 10 and it fails due to missing administrator permission. Am I doing something wrong? Is installation as non-admin supported?
Note: I do not want and do not need the components of the installer that go to system folders and the registry. I am only interested in the headers and libraries that are required to build basic C++ sources. And I can set up all required paths for includes and libraries myself.