summaryrefslogtreecommitdiffstats
path: root/tools/test-server
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2024-10-03 10:50:44 -0700
committerGitHub <noreply@github.com>2024-10-03 10:50:44 -0700
commitaa64c853142076b17bd020f1386ea5fc6fcd5e3e (patch)
treeddfa4a21a6e7eb72a0d63fb2cc765655c62e1617 /tools/test-server
parent74bdd03955f2074b7feae8341f3f07398e649403 (diff)
Checkout LLVM as a workflow action rather than git-clone command (#5202)
Closes #5201 Currently ci.yml builds slang-llvm all the time for all platforms. Because it takes too long, we store the output files in the cache. If the cache server is too busy, slang-llvm will be rebuilt, which will take awhile, but it will eventually work out. The problem is that git-clone was failing for cloning the LLMV repo. This is a less expected result, because cloning a git repository normally don't fail. We think that when the git-clone command is manually executed, there might be limit on the network connection based on IP or some sort. We expect that this problem will be resolved if we use actions/checkout in the workflow. Also this commit uses a forked repo of llvm under shader-slang organization to avoid network traffic on the original llvm repo.
Diffstat (limited to 'tools/test-server')
0 files changed, 0 insertions, 0 deletions