diff --git a/devops/dependencies-igc-dev.json b/devops/dependencies-igc-dev.json index e9c1d857b6147..eab7bc819128c 100644 --- a/devops/dependencies-igc-dev.json +++ b/devops/dependencies-igc-dev.json @@ -1,10 +1,10 @@ { "linux": { "igc_dev": { - "github_tag": "igc-dev-a20debc", - "version": "a20debc", - "updated_at": "2024-09-15T13:44:38Z", - "url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/1934718090/zip", + "github_tag": "igc-dev-83d9d64", + "version": "83d9d64", + "updated_at": "2024-11-07T03:03:41Z", + "url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/2155656303/zip", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" } } diff --git a/sycl/test-e2e/lit.cfg.py b/sycl/test-e2e/lit.cfg.py index cc3748cadbc13..27102c2d2b1ac 100644 --- a/sycl/test-e2e/lit.cfg.py +++ b/sycl/test-e2e/lit.cfg.py @@ -87,9 +87,6 @@ if platform.system() == "Linux": config.available_features.add("linux") llvm_config.with_system_environment(["LD_LIBRARY_PATH", "LIBRARY_PATH", "CPATH"]) - llvm_config.with_environment( - "LD_LIBRARY_PATH", config.sycl_libs_dir, append_path=True - ) elif platform.system() == "Windows": config.available_features.add("windows")