Skip to content

Commit 6a2f7bc

Browse files
wdvrbluenote10
authored andcommitted
remove vulkan sdk installation on executorch build (pytorch#142424)
pytorch-linux-jammy-py3-clang12-executorch [started to fail](https://github.com/pytorch/pytorch/actions/runs/12244909721/job/34157668780) today due to a 404 on the Vulkan SDK we use/download (1.2.198.1, 3 years old, URL: https://sdk.lunarg.com/sdk/download/1.2.198.1/linux/vulkansdk-linux-x86_64-1.2.198.1.tar.gz ) The Vulkan SDK is probably no longer needed for building Executorch, and is not used down the line for testing. This PR tests removing the installation of the SDK pytorch/executorch#7258 Pull Request resolved: pytorch#142424 Approved by: https://github.com/huydhn
1 parent d1ea772 commit 6a2f7bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ci/docker/common/install_executorch.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ install_pip_dependencies() {
4343

4444
setup_executorch() {
4545
pushd executorch
46-
# Setup swiftshader and Vulkan SDK which are required to build the Vulkan delegate
47-
as_jenkins bash .ci/scripts/setup-vulkan-linux-deps.sh
4846

4947
export PYTHON_EXECUTABLE=python
5048
export EXECUTORCH_BUILD_PYBIND=ON

0 commit comments

Comments
 (0)