From 73c006a977d129aa3d4b0528a2aaccd762852d06 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 8 Jun 2022 13:37:48 +0200 Subject: [PATCH] Use OCCT github mirror for reliability --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 3ed99e8382..f26a09b944 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -508,7 +508,7 @@ if USE_OCCT and "occ" in targets: "-DBUILD_MODULE_Draw=0", "-DBUILD_RELEASE_DISABLE_EXCEPTIONS=Off" ], - download_url = "https://git.dev.opencascade.org/repos/occt.git", + download_url = "https://github.com/Open-Cascade-SAS/OCCT", download_name = "occt", download_tool=download_tool_git, patch=None if OCCT_VERSION >= "7.4" else "./patches/occt/enable-exception-handling.patch",