427 Commits

Author SHA1 Message Date
Sergio Gasquez
0da0745ea1 build: Add regex 2022-10-26 08:51:48 +00:00
Sergio Gasquez
7a8b2039f2 refactor: ️ Improve update subcommand and add toolchain_version parser 2022-10-26 08:51:28 +00:00
Sergio Gasquez
1bfef0e3db feat: Update uninstall subcommand 2022-10-25 15:47:16 +00:00
Sergio Gasquez
9e39079154 chore: 🎨 Code cleanup 2022-10-25 15:02:06 +00:00
Sergio Gasquez
f405512801 refactor: 🎨 Update config 2022-10-25 15:00:29 +00:00
Sergio Gasquez
8fd3dccb50 fix: 🐛 Fix clippy warnings 2022-10-25 12:31:16 +00:00
Sergio Gasquez
803228087d fix: 🐛 Fix return 2022-10-25 12:29:03 +00:00
Sergio Gasquez
51a8f10f03 feat: 🔥 Remove llvm 14 argument 2022-10-25 14:20:16 +02:00
Sergio Gasquez
010a1ca4f8 docs: 📝 Add libtinfo5 dependency 2022-10-25 10:07:25 +00:00
Sergio Gasquez
c0aa846fac docs: 📝 Add libtinfo5 dependency 2022-10-25 09:34:44 +00:00
Sergio Gasquez
f512d89d54 Merge branch 'main' into feature/llvm-argument 2022-10-25 09:34:06 +00:00
Sergio Gasquez
d3a2496b4e build: Add libtinfo5 2022-10-25 09:33:48 +00:00
Sergio Gasquez
a62b98e651 refactor: 🎨 Update format for llvm 15 2022-10-25 09:33:29 +00:00
Sergio Gasquez Arcos
aca2f3c3cf
Merge pull request #29 from esp-rs/dependabot/cargo/clap-4.0.18
build(deps): bump clap from 4.0.15 to 4.0.18
2022-10-25 10:11:02 +02:00
Sergio Gasquez Arcos
6d010ed51c
Merge pull request #30 from esp-rs/dependabot/cargo/anyhow-1.0.66
build(deps): bump anyhow from 1.0.65 to 1.0.66
2022-10-25 10:05:25 +02:00
dependabot[bot]
837daf570c
build(deps): bump anyhow from 1.0.65 to 1.0.66
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.66)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 21:41:32 +00:00
dependabot[bot]
6db994f70b
build(deps): bump clap from 4.0.15 to 4.0.18
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.15 to 4.0.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.15...v4.0.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 21:41:23 +00:00
Sergio Gasquez Arcos
c3b6cdd04b
Merge pull request #28 from andywwright/patch-1
Ubuntu 22 fails otherwise
2022-10-21 12:57:57 +02:00
Andy Wright
ded6490471
Ubuntu 22 fails otherwise 2022-10-21 11:46:39 +01:00
Sergio Gasquez
19acf19d17 feat: Initial suppor for config file 2022-10-21 09:45:35 +00:00
Sergio Gasquez Arcos
12bbe68b02
docs: 📝Update format 2022-10-21 09:51:47 +02:00
Sergio Gasquez
e7c423b59d docs: 📝 Add fedora dependencies 2022-10-20 11:08:28 +00:00
Sergio Gasquez
0b33434db4 fix: 🐛 FIx dist path 2022-10-19 16:58:15 +02:00
Sergio Gasquez
f00711d283 fix: ️ Only remove dist folder if it exists 2022-10-19 16:49:43 +02:00
Sergio Gasquez
c80e566e33 docs: 📝 Add git requirement for windows 2022-10-19 16:29:55 +02:00
Sergio Gasquez
0e06b1bf1c fix: 🐛 Fix windows compilation 2022-10-19 14:09:20 +02:00
Sergio Gasquez
535b43a598 fix: 🐛 Fix LIBCLANG_PATH for LLVM 15 2022-10-19 12:04:29 +00:00
Sergio Gasquez
901ed28535 docs: 📝 Add matrix channel badge 2022-10-19 10:54:22 +02:00
Sergio Gasquez
7907ff0cb3 fix: 🎨 Clean clippy warning: fix includes 2022-10-18 13:10:40 +00:00
Sergio Gasquez
ba9ae0e8cb docs: 📝 Add rustup as requirement 2022-10-18 12:56:08 +00:00
Sergio Gasquez
84cb87205e refactor: ♻️ Bail when rustup is not installed 2022-10-18 12:55:55 +00:00
Sergio Gasquez
4174e35119 feat: Support new llvm targets 2022-10-18 11:31:02 +00:00
Sergio Gasquez Arcos
e02471b37a
Merge pull request #22 from esp-rs/feature/reuse-installations
Check if GCC or LLVM are installed, if so, reuse them. Improve logs
2022-10-18 12:59:32 +02:00
Sergio Gasquez Arcos
dc3f820675
Merge pull request #24 from esp-rs/dependabot/cargo/zip-0.6.3
build(deps): bump zip from 0.6.2 to 0.6.3
2022-10-18 10:41:42 +02:00
Sergio Gasquez Arcos
f3802e7cf5
Merge pull request #25 from esp-rs/dependabot/cargo/clap-4.0.15
build(deps): bump clap from 4.0.10 to 4.0.15
2022-10-18 10:41:25 +02:00
dependabot[bot]
359f86d219
build(deps): bump clap from 4.0.10 to 4.0.15
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.10 to 4.0.15.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.10...v4.0.15)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 21:36:54 +00:00
dependabot[bot]
72b7c9be07
build(deps): bump zip from 0.6.2 to 0.6.3
Bumps [zip](https://github.com/zip-rs/zip) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/zip-rs/zip/releases)
- [Commits](https://github.com/zip-rs/zip/commits)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 21:36:45 +00:00
Sergio Gasquez
449eaec338 feat: Add llvm-version arg 2022-10-17 14:49:51 +00:00
Sergio Gasquez
3b5bed7587 chore: ️ Check if GCC or LLVM is installed, if so, reuse it 2022-10-17 13:42:27 +00:00
Sergio Gasquez
e6c8b6962e fix: 🐛 Fix GCC extension 2022-10-17 13:19:20 +00:00
Sergio Gasquez Arcos
2bbb89fead
Merge pull request #12 from esp-rs/feature/default-host-arg
Add `default-host` argument
2022-10-17 08:33:11 +02:00
Juraj Michalek
c0e3db6b34 doc: add Windows PowerShell command for downloading the tool 2022-10-13 14:18:32 +02:00
Juraj Michálek
9fddadc94f doc: add instructions for macOS 2022-10-12 13:47:58 +02:00
Juraj Michálek
893be34e8e doc: add instructions for OpenSUSE Thumbleweed 2022-10-12 13:29:49 +02:00
Juraj Michálek
a07f12b58a ci: use vendored SSL also for x86_64 Linux 2022-10-12 13:29:22 +02:00
Sergio Gasquez
f61933cf3e docs: 📝 Add quickstart section 2022-10-11 13:01:44 +02:00
Sergio Gasquez
235e4f7735 docs: 📝 Add warning note 2022-10-10 17:38:56 +02:00
Sergio Gasquez
2da07d9c5f refactor: ♻️ Use strum-macros to avoid reimplementing from_str 2022-10-10 09:19:20 +02:00
Sergio Gasquez
6a13fec1b9 refactor: ️ Use anyhow::context to improve err message 2022-10-10 08:52:01 +02:00
Sergio Gasquez
ffc2611d41 refactor: ♻️ Use strum-macros to avoid reimplementing from_str 2022-10-07 20:44:50 +02:00