Commit Graph

410 Commits

Author SHA1 Message Date
Amin Yahyaabadi 974628df79
Merge pull request #29 from aminya/7zip [skip ci] 2022-02-05 20:45:35 -08:00
Amin Yahyaabadi c65b6f6d58 feat: install 7z if needed for extraction of llvm on Windows 2022-02-05 20:25:31 -08:00
Amin Yahyaabadi 6aef987ea2 fix: install pip packages system-wide 2022-02-05 13:24:04 -08:00
Amin Yahyaabadi 75259a989c fix: downgrade pip on Windows to 21.3.1
https://github.com/pypa/pip/issues/10875#issuecomment-1030293005
2022-02-05 13:08:22 -08:00
Amin Yahyaabadi c86ba684b1 fix: fix local execPowershell 2022-02-05 12:41:10 -08:00
Amin Yahyaabadi b7f10afb07 fix: install pip packages using python executable 2022-02-05 11:59:21 -08:00
Amin Yahyaabadi 94827f017e fix: install python 3.8.1 if it is not already installed 2022-02-05 11:33:40 -08:00
Amin Yahyaabadi 20b0642c37 fix: remove forced installation of pip on windows 2022-02-05 11:29:49 -08:00
Amin Yahyaabadi dabb2db00e chore: report setup-cpp errors 2022-02-04 16:29:52 -08:00
Amin Yahyaabadi ff997f2c40 fix: ensure running setup-python in github actions 2022-02-04 16:02:04 -08:00
Amin Yahyaabadi 488c981727 fix: use an absolute path to pip3 and python on windows 2022-02-04 15:32:31 -08:00
Amin Yahyaabadi 8daf6389ac fix: fix choco python installdir 2022-02-04 15:06:37 -08:00
Amin Yahyaabadi b2741d0ee5 fix: add default python installation path 2022-02-04 14:32:27 -08:00
Amin Yahyaabadi 7523d162da fix: check if the pip executable is working on windows 2022-02-04 13:38:25 -08:00
Amin Yahyaabadi 9a6f97440c
Merge pull request #28 from aminya/fix-python-windows 2022-02-04 12:44:04 -08:00
Amin Yahyaabadi 80915508cf fix: use choco to install python on windows 2022-02-04 12:11:26 -08:00
Amin Yahyaabadi f21f0db888 fix: update actions_python entry file
Based on https://github.com/actions/setup-python/blob/main/src/setup-python.ts
2022-02-04 11:43:56 -08:00
Amin Yahyaabadi 2a35ca7211 fix: update setup-python to fix pip windows issues 2022-02-04 11:18:28 -08:00
Amin Yahyaabadi 3c105b2d7e
Merge pull request #26 from aminya/doxygen-linux 2022-02-04 10:33:26 -08:00
Amin Yahyaabadi da57a9205b fix: ignore graphviz installation error on windows 2022-02-03 22:44:57 -08:00
Amin Yahyaabadi 3ff2184d6c fix: download doxygen from the website itself 2022-02-03 22:15:53 -08:00
Amin Yahyaabadi 9ce8af143f fix: download doxygen binary on linux instead of using apt 2022-02-03 22:01:41 -08:00
Amin Yahyaabadi 9bc7fbc388 v0.8.0 [skip ci] 2022-02-01 21:17:26 -08:00
Amin Yahyaabadi c56c0d924a
Merge pull request #25 from aminya/vs2022 [skip ci] 2022-02-01 21:16:11 -08:00
Amin Yahyaabadi bb2e50ea8f test: use which.sync in the msvc tests 2022-02-01 20:54:32 -08:00
Amin Yahyaabadi 79da94e09e fix: print choco and pip install stdout 2022-02-01 20:54:01 -08:00
Amin Yahyaabadi 39a166b787 fix: use the pre-installed msvc on any windows version 2022-02-01 20:19:46 -08:00
Amin Yahyaabadi 798452a83f fix: support visual studio 2022 2022-02-01 18:28:44 -08:00
Amin Yahyaabadi 61a3c6cd92 v0.7.0 [skip ci] 2022-01-30 19:08:10 -08:00
Amin Yahyaabadi c7acc73aa7 ci: pack exe before running the tests [skip ci test] 2022-01-30 19:01:34 -08:00
Amin Yahyaabadi 454f319514
Merge pull request #21 from aminya/make-task 2022-01-30 18:44:02 -08:00
Amin Yahyaabadi eb3db26bf7 fix: use strip-components 0 in extractTarByExe 2022-01-30 18:36:25 -08:00
Amin Yahyaabadi 1e1a2c7082 fix: add make to the PATH on macos 2022-01-30 18:25:54 -08:00
Amin Yahyaabadi d7ccf0506b fix: use stdio inherit for execa.sync brew and apt 2022-01-30 18:15:28 -08:00
Amin Yahyaabadi 6d9651573c test: test RUNNER_TOOL_CACHE in cache tests 2022-01-30 17:58:01 -08:00
Amin Yahyaabadi b43302cf75 fix: use ChocolateyInstall for gcc installation path on Windows 2022-01-30 17:49:30 -08:00
Amin Yahyaabadi 625ffbd77f test: check for existence of binDir in the tests 2022-01-30 17:31:30 -08:00
Amin Yahyaabadi 970f52c9f9 fix: error if powershell is not installed 2022-01-30 17:24:40 -08:00
Amin Yahyaabadi 1410ebe4ca chore: move execaSudo 2022-01-30 17:23:09 -08:00
Amin Yahyaabadi 614ed712da fix: use powershell for addEnv and addPath 2022-01-30 17:20:36 -08:00
Amin Yahyaabadi 802f1bce3a fix: test cache hit only on GitHub CI 2022-01-30 16:59:46 -08:00
Amin Yahyaabadi 05211426be fix: rename the cache folder to hostedtoolcache 2022-01-30 16:14:56 -08:00
Amin Yahyaabadi f9ff833979 test: pass process.arch in the setupBin tests 2022-01-30 16:01:13 -08:00
Amin Yahyaabadi d3d6f6195e fix: catch download errors 2022-01-30 15:40:16 -08:00
Amin Yahyaabadi c1478378fa feat: support go task 2022-01-30 15:33:48 -08:00
Amin Yahyaabadi a062ce6962 feat: support passing arch from CLI to setupBin 2022-01-30 15:33:22 -08:00
Amin Yahyaabadi 0fe9b461ac fix: use ChocolateyInstall env variable 2022-01-30 14:40:42 -08:00
Amin Yahyaabadi 4b0650a08c feat: support installing gnu make 2022-01-30 14:40:11 -08:00
Amin Yahyaabadi 5c0c45d42f v0.6.1 [skip ci] 2022-01-29 16:35:23 -08:00
Amin Yahyaabadi 0db19fa5c2 fix: fix recovering llvm from cache 2022-01-29 16:14:55 -08:00