Dear team, We're using RCC v16.5. Exported the holotree and wdm from an environment where full internet access is there. Then imported those into an environment where pubic website access is restricted. Setting the following envrionment variables in robot.yaml and also setting --no-build in "rcc run task" command.
PIP_DISABLE_PIP_VERSION_CHECK="1"
PIP_NO_INDEX="1"
RCC_DISABLE_TELEMETRY="1"
RCC_NO_BUILD="1"
RCC_OFFLINE="true"
RCC_TELEMETRY="false"
ROBOCORP_HOME="/home/opc/.orpa/.robot_runtime"
WDM_CACHE="/home/opc/.orpa/.robot_runtime/home/webdrivers/.wdm"
WDM_OFFLINE="true"
Still the external website calls are being made to cloudfare CDNs and the process gets stuck in SYS_SENT. Please advice how to stick to pure offline mode? Thanks
Dear team, We're using RCC v16.5. Exported the holotree and wdm from an environment where full internet access is there. Then imported those into an environment where pubic website access is restricted. Setting the following envrionment variables in robot.yaml and also setting --no-build in "rcc run task" command.
PIP_DISABLE_PIP_VERSION_CHECK="1"
PIP_NO_INDEX="1"
RCC_DISABLE_TELEMETRY="1"
RCC_NO_BUILD="1"
RCC_OFFLINE="true"
RCC_TELEMETRY="false"
ROBOCORP_HOME="/home/opc/.orpa/.robot_runtime"
WDM_CACHE="/home/opc/.orpa/.robot_runtime/home/webdrivers/.wdm"
WDM_OFFLINE="true"
Still the external website calls are being made to cloudfare CDNs and the process gets stuck in SYS_SENT. Please advice how to stick to pure offline mode? Thanks