Amin Yahyaabadi
|
209bb28e11
|
fix: add the exe extension for CC/CXX
|
2022-05-12 18:42:49 -07:00 |
Amin Yahyaabadi
|
c8f6527003
|
fix: add env variables in parallel for llvm and gcc
|
2022-05-12 18:39:47 -07:00 |
Amin Yahyaabadi
|
777ee3fd6d
|
fix: fix addPathSystem/addEnvSystem fallback
|
2022-05-12 17:38:39 -07:00 |
Amin Yahyaabadi
|
a4e2df0c28
|
fix: fix the quoting of CPPFLAGS and LDFLAGS for pwsh
|
2022-05-12 17:31:41 -07:00 |
Amin Yahyaabadi
|
7e3e265a8a
|
fix: make execPowershell async
|
2022-05-12 12:55:00 -07:00 |
Amin Yahyaabadi
|
8fdba4c150
|
fix: faster execPowershell by adding -NoProfile, etc.
PowerShell is much faster this way
|
2022-05-12 12:43:13 -07:00 |
Amin Yahyaabadi
|
1476cdd202
|
fix: quote CPPFLAGS and LDFLAGS instead of escaping
|
2022-05-11 17:21:28 -07:00 |
Amin Yahyaabadi
|
3eb3fc16a7
|
fix: only escape LDFLAGS and CPPFLAGS
This partially reverts 41d161c37f
|
2022-05-11 17:17:54 -07:00 |
Amin Yahyaabadi
|
4109838bca
|
fix: use escape-path-with-spaces to fix new windows paths
|
2022-05-11 17:13:27 -07:00 |
Amin Yahyaabadi
|
41d161c37f
|
fix: escape the spaces when adding environment variables and paths
|
2022-05-11 16:48:11 -07:00 |
Amin Yahyaabadi
|
d8593e1dfc
|
fix: do not set CPATH for clang on windows
|
2022-05-11 14:51:51 -07:00 |
Amin Yahyaabadi
|
9504707635
|
fix: search for the doxygen directory in activate
|
2022-05-09 19:58:08 -07:00 |
Amin Yahyaabadi
|
c10dc8c1e2
|
fix: use choco to install doxygen on windows
|
2022-05-09 17:43:56 -07:00 |
Amin Yahyaabadi
|
ee437a5789
|
fix: installing libclang-cpp9 for doxygen
|
2022-05-09 17:28:13 -07:00 |
Amin Yahyaabadi
|
cd21dd244f
|
fix: extract zip files using 7z on windows
`extractZip` from @actions uses the pre-installed PowerShell
This doesn't work properly with old PowerShell versions
|
2022-05-09 16:26:08 -07:00 |
Amin Yahyaabadi
|
99f8d1aba8
|
feat: support ubuntu specific versions for llvm
|
2022-05-05 19:28:24 -07:00 |
Amin Yahyaabadi
|
5cd5225bee
|
fix: sync the llvm tools versions (compiler, clangtidy, etc)
|
2022-05-05 18:42:10 -07:00 |
Amin Yahyaabadi
|
6251144095
|
fix: get ubuntu version inside the main file
|
2022-05-05 17:11:42 -07:00 |
Amin Yahyaabadi
|
6edc7f9498
|
fix: use info instead of notice for version coercion
|
2022-05-03 22:06:04 -07:00 |
Amin Yahyaabadi
|
28c08c8f96
|
fix: update dependencies
|
2022-05-03 19:40:42 -07:00 |
Amin Yahyaabadi
|
d2eafaab01
|
fix: inline defaultLLVMVersion
|
2022-05-03 00:46:03 -07:00 |
Amin Yahyaabadi
|
8a16afc589
|
fix: warning for fallback to ubuntu max
|
2022-05-03 00:04:20 -07:00 |
Amin Yahyaabadi
|
233a820a34
|
fix: down-grade make-synchronous
|
2022-05-02 23:36:03 -07:00 |
Amin Yahyaabadi
|
05d55cbaa6
|
fix: select the default llvm version based on ubuntu version
|
2022-05-02 23:32:01 -07:00 |
Amin Yahyaabadi
|
bd5d402bb9
|
fix: support llvm 14.0.2 and 14.0.3
|
2022-05-02 23:01:00 -07:00 |
Amin Yahyaabadi
|
07a74ebda9
|
fix: disable the missing llvm 14.0.1 for ubuntu 18.0.1 x86
|
2022-05-02 23:00:47 -07:00 |
Amin Yahyaabadi
|
69b7a71f02
|
fix: do not add xenial toolchain
|
2022-05-02 22:12:53 -07:00 |
Amin Yahyaabadi
|
4366b4c00d
|
fix: fail if env variables are not added correctly
|
2022-05-02 22:01:51 -07:00 |
Amin Yahyaabadi
|
8c0bb82b63
|
fix: fix make not being placed on PATH locally on mac
|
2022-05-02 21:53:40 -07:00 |
Amin Yahyaabadi
|
5b1c9b8d45
|
fix: use notice for ~/vcpkg existence
|
2022-05-02 21:53:16 -07:00 |
Amin Yahyaabadi
|
d1900c630b
|
fix: use llvm 13.0.0 as the default to fix macos 11 issues
|
2022-04-27 12:42:12 -07:00 |
Amin Yahyaabadi
|
18f813f0d6
|
fix: make execaSudo and setupAptPack synchronous
apt is not thread-safe
|
2022-04-27 00:02:35 -07:00 |
Amin Yahyaabadi
|
5ac28d17ae
|
fix: use the same path for llvm, clangformat, clangtidy
|
2022-04-26 22:04:41 -07:00 |
Amin Yahyaabadi
|
91f233cd92
|
fix: set gcc/g++ apt alternative when gcc is installed
|
2022-04-24 18:13:39 -07:00 |
Amin Yahyaabadi
|
79491885d4
|
fix: change the owner of ~/vcpkg to the SUDO_USER in root mode
|
2022-04-24 17:58:50 -07:00 |
Amin Yahyaabadi
|
493b9631f5
|
fix: allow read/write for everyon in ~/vcpkg
|
2022-04-24 17:45:44 -07:00 |
Amin Yahyaabadi
|
9d9508a85d
|
fix: remove comments from the bundle
|
2022-04-24 17:03:57 -07:00 |
Amin Yahyaabadi
|
c0da0c558a
|
build: remove js files in dist before building
|
2022-04-24 16:57:05 -07:00 |
Amin Yahyaabadi
|
4f53659123
|
fix: dynamically load actions_python
|
2022-04-24 16:56:37 -07:00 |
Amin Yahyaabadi
|
660f362f49
|
fix: do not use setFailed
|
2022-04-24 16:56:33 -07:00 |
Amin Yahyaabadi
|
8705b57937
|
fix: use dynamic imports to load the cache files
|
2022-04-24 16:56:25 -07:00 |
Amin Yahyaabadi
|
861fbd37a1
|
fix: use /Users/ instead of /home/ on MacOS
|
2022-04-24 16:24:58 -07:00 |
Amin Yahyaabadi
|
f32938fae3
|
fix: increase update-alternatives to 40
|
2022-04-19 00:13:32 -07:00 |
Amin Yahyaabadi
|
a6e315987a
|
fix: append update-alternatives to cpprc instead
|
2022-04-18 23:47:37 -07:00 |
Amin Yahyaabadi
|
dea371a1d9
|
feat: set apt alternatives when gcc is installed
|
2022-04-18 23:35:33 -07:00 |
Amin Yahyaabadi
|
dc320cd781
|
feat: set apt alternatives when llvm is installed
|
2022-04-18 23:35:29 -07:00 |
Amin Yahyaabadi
|
07ebf37b77
|
fix: fallback to 0 seconds if format string is nothing [skip ci]
|
2022-04-18 06:24:04 -07:00 |
Amin Yahyaabadi
|
c5296bc8b0
|
fix: fix numerous locale loading
|
2022-04-18 06:16:11 -07:00 |
Amin Yahyaabadi
|
3b060efc8e
|
fix: update lru-cache to 7.8.1
|
2022-04-18 05:30:53 -07:00 |
Amin Yahyaabadi
|
e7a90d7c46
|
fix: fix time-delta locale loading
|
2022-04-18 05:27:28 -07:00 |