summaryrefslogtreecommitdiffstats
path: root/github_build.sh
Commit message (Collapse)AuthorAge
* Update the dependency file (#3994)kaizhangNV2024-04-21
| | | | | | | | Update the dependency file to use the latest release version for slang-llvm and slang-glslang where we added a new Linux release to support the older version of Glibc-2.27. Fix a type in github.sh for the glibc compatible option input for premake5.lua.
* Create a new release build for linux_x64. (#3989)kaizhangNV2024-04-19
|
* Add release package build for linux aarch64 (#3612)kaizhangNV2024-02-21
|
* Add linux arm64 self-hosted CI. (#3003)Yong He2023-07-20
| | | | | | | | | | | | | * Add linux arm64 self-hosted CI. * Update CI build script. * fix * Ignore test if FileCheck not found. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Use gmake2 as a premake target over gmake (#2587)Ellie Hermaszewska2023-02-01
| | | | | The gmake generator has been deprecated by gmake2 https://premake.github.io/docs/Using-Premake/#using-premake-to-generate-project-files gmake2 has better dependency handling around our custom rules leading in fewer runs of slang-generate etc...
* Fix release CI script. (#2419)Yong He2022-09-28
| | | | | | | | | * Fix release CI script. * Fix. * Fix. Co-authored-by: Yong He <yhe@nvidia.com>
* Make github CI build aarch64 binaries on release. (#2417)Yong He2022-09-28
|
* Enabling slang-llvm for host-callable (#1975)jsmall-nvidia2021-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * First integration of slang-pack. * Use .os * Add optional dependency support. * Update github actions/scripts to update deps. aarch64 needs special handling. * Upgrade to latest slang-pack for ignore-deps support. * Fix linux build issues. * Copying slang-llvm from dependencies. * Add support for LLVM for host callable. Added CodeGenTransitionMap. * Remove hack to enable host callable for LLVM. * Small improvements around transitions/downstream compiler. * Fix typo in method name. * Fix comment. * Update visual studio project. * Updage slang-llvm to include initialization fix. * Fix handling extraction of clang version number. * Fix some formatting problems. * hack - to see if there is a version problem on CI. * Remove progress on github action linux. * Allow version lines to have text before 'prefix'. * Update slang-binaries to include centos-7 premake binaries. * Upgrade slang-binaries. * Upgrade slang-binaries. * Update slang binaries to have certificates. * Fix handling of dependency path. * Update README to include LLVM Update building to include --deps and --arch * Include slang-llvm in packages. * Update building docs.
* Initial `slang-pack` integration (#1974)jsmall-nvidia2021-10-20
| | | | | | | | | | | | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * First integration of slang-pack. * Use .os * Add optional dependency support. * Update github actions/scripts to update deps. aarch64 needs special handling. * Upgrade to latest slang-pack for ignore-deps support. * Fix linux build issues.
* Update VS projects to 2019. (#1901)Yong He2021-07-08
| | | | | * Update VS projects to 2019. * Empty commit to trigger build
* Enable embedding stdlib for github builds (#1640)jsmall-nvidia2020-12-14
| | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Enable building with embedding stdlib.
* Switch CI to github actions. (#1609)Yong He2020-11-17
| | | | | | | * Remove travis config files * change github build script * skip non-tag build on appveyor
* Integrate github actions for linux deployment. (#1607)Yong He2020-11-17
|
* Integrate github action for linux build+test. (#1601)Yong He2020-11-11