From 0e56999a573fada2cce6e94c21ef856cc88dc933 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Wed, 10 Jul 2024 22:37:21 +0800 Subject: WIP Drop Premake (#3703) * Remove premake lua * Remove premake generated vs project * remove deps file * Remove premake driving bat files * Full test matrix under CMake * Remove premake based ci workflows * Wiggle CI * remove cmake from ci name * find frameworks correctly on osx * remove cmake from ci name * Cope with sccache not being available * cmake based falcor tests * ci wobble * only install ninja if necessary * more appropriate cache name * Remove premake from build instructions * Add some docs on ci setup * remove premake from regression tests * remove premake from perf test * Set SLANGC_PATH * ci wobble * bump slang-binaries * ci wobble * Bump spirv tools * dont use timestamp in cache * remote debug code * cache key wobble * Install sccache after building llvm * Do not build llvm tools * ci wobble * ci wobble * ci wobble * ci wobble * ci wobble * Tests spirv via glsl in ci * Define SLANG_ENABLE_XLIB=1 * osx builds on aarch64 * ci wobble * ci wobble * ci wobble * ci wobble * ci wobble * ci wobble * package documentation and metadata with cmake * ci wobble * Split hlsl double intrinsic tests * ci wobble * Correct type for double log10 Fixes https://github.com/shader-slang/slang/issues/4549 * remove working test from expected failures * add broken test to expected failures * smaller build for falcor tests * ci wobble * A few exclusions in ci * wip, release script * Enable examples in ci * neaten release script * Correct building docs * Only use xlib vulkan when slang_enable_xlib is true * bump slang-llvm version * Remove toolchain file use * Bump slang-llvm preset version * slash direction * Improve build directions * Add msvc cross build documentation * Disable old release files * Smaller set of releases for test * Allow not building llvm * simplify release matrix * Cross releases * formatting * formatting * ci wiggle * ci wiggle * cleaner * neaten * ci wobble * formatting * Install cross tools on linux * do not clean build dir * neaten ci * neaten ci * neaten ci * remove unused release workflow files * Build llvm on some platforms * neaten ci * notarize on osx * s/x64/x86_64 * ci wobble * Embed stdlib for release build * wobble ci * wobble ci * s/x64/x86_64 * ci wobble * ci wobble * ci wobble * vk-gl-cts on cmake * neaten ci * neaten ci * bump cache action version * Cope with windows being weird about case * old glibc version * old glibc version * Correct action file * Keep cache hot on main branch * separate small script for old glibc releases * ci wobble * ci wobble * Run cmake outside of docker * only sign on releases * Revert "Run cmake outside of docker" This reverts commit a58aaba939a4aa35fe70962fd60d9512b143592f. * python3 on build image * less parallel * ci wobble * ci wobble * ci wobble * newer git * ci wobble * ci wobble * Use newer docker image * Use newer docker image * sccache wobble * permissions issue * neaten * build llvm in ci * build llvm in ci * Remove linux clang build in ci * Only install crossbuild tools on non-aarch64 systems * neaten ci.yml * Correct github matrix * Simplify github matrix * ci wobble * Disable broken test See https://github.com/shader-slang/slang/issues/4589 * ci wobble * Neater slang-llvm archive filename * Neater path for uploading artifacts * Neater ci names * Use Windows SDK 10.0.19041.0 in cmake builds --- deps/target-deps.json | 95 --------------------------------------------------- 1 file changed, 95 deletions(-) delete mode 100644 deps/target-deps.json (limited to 'deps') diff --git a/deps/target-deps.json b/deps/target-deps.json deleted file mode 100644 index 250d5fa1a..000000000 --- a/deps/target-deps.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "project": { - "name" : "slang", - "dependencies" : [ - { - "name" : "slang-llvm", - "baseUrl" : "https://github.com/shader-slang/slang-llvm/releases/download/v13.x-43/", - "optional" : true, - "packages" : - { - "windows-x86_64" : { "type" : "url", "path" : "slang-llvm-13.x-43-win64.zip" }, - "windows-x86" : { "type": "url", "path" : "slang-llvm-13.x-43-win32.zip" }, - "linux-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-43-linux-x86_64-release.zip" }, - "linux-x86_64-glibc-2.27" : { "type": "url", "path" : "slang-llvm-v13.x-43-linux-x86_64-release-glibc-2.27.zip" }, - "macosx-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-43-macosx-x86_64-release.zip" } - } - }, - { - "name" : "slang-glslang", - "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v13.0.0.x-k/slang-glslang-13.0.0.x-k-", - "optional" : true, - "packages" : - { - "windows-x86_64" : { "type" : "url", "path" : "windows-x64-release.zip" }, - "windows-x86" : { "type": "url", "path" : "windows-win32-release.zip" }, - "linux-x86_64" : { "type": "url", "path" : "linux-x64-release.zip" }, - "linux-x86_64-glibc-2.27" : { "type": "url", "path" : "linux-x64-release-glibc-2.17.zip" }, - "linux-x86" : { "type": "url", "path" : "linux-x86-release.zip" }, - "macosx-x86_64" : { "type": "url", "path" : "macosx-x86_64-release.zip" }, - "windows-aarch64" : { "type" : "url", "path" : "windows-aarch64-release.zip" } - } - }, - { - "name" : "dxc", - "type" : "submodule" - }, - { - "name" : "vulkan", - "type" : "submodule" - }, - { - "name" : "tinyobjloader", - "type" : "submodule" - }, - { - "name" : "stb", - "type" : "submodule" - }, - { - "name" : "spirv-tools-generated", - "type" : "submodule" - }, - { - "name" : "spirv-tools", - "type" : "submodule" - }, - { - "name" : "spirv-headers", - "type" : "submodule" - }, - { - "name" : "spirv", - "type" : "submodule" - }, - { - "name" : "slang-binaries", - "type" : "submodule" - }, - { - "name" : "miniz", - "type" : "submodule" - }, - { - "name" : "lz4", - "type" : "submodule" - }, - { - "name" : "imgui", - "type" : "submodule" - }, - { - "name" : "glslang-generated", - "type" : "submodule" - }, - { - "name" : "glslang", - "type" : "submodule" - }, - { - "name" : "glm", - "type" : "submodule" - } - ] - } -} -- cgit v1.2.3