898 Commits

Author SHA1 Message Date
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
Sergio Gasquez
cb52c6800e feat: Add host_triple mod 2022-10-07 19:32:04 +02:00
Sergio Gasquez
1eeebc1ca5 perf: 🎨 Improve error 2022-10-07 19:31:39 +02:00
Sergio Gasquez
4ad1b39807 fix: 🐛 Fix typo 2022-10-07 17:55:08 +02:00
Sergio Gasquez
b89d56ffe7 test: 🧪 Add tests for get_host_triple 2022-10-07 17:39:05 +02:00
Sergio Gasquez
2e4b590bdb feat: Add function to check the introduced default-host 2022-10-07 17:26:40 +02:00
Sergio Gasquez
6f43319cf6 feat: Add default-host argument 2022-10-07 17:11:57 +02:00
Sergio Gasquez
18fb7fcacd chore: 🎨 Update pkf-fmt 2022-10-07 16:44:09 +02:00
Sergio Gasquez
9db39f988c ci: ️ Remove allow-dirty flag from publish command. 2022-10-07 16:06:08 +02:00
Sergio Gasquez
5dcf1191c5 build: ⬆️ Cargo update 2022-10-07 15:51:19 +02:00
Sergio Gasquez
6f4e62e459 fix: ️ Only allow complete LLVM for x86_64 linux 2022-10-07 15:50:07 +02:00
Sergio Gasquez
71bd81b215 ci: ️ Add allow-dirty flag v0.1.0 2022-10-07 12:40:22 +02:00
Sergio Gasquez
110bc0f7ed ci: 🐛 Add feature vendored 2022-10-07 12:31:09 +02:00
Sergio Gasquez
21a8bf4414 ci: 🐛 Fix openssl for aarch64-linux 2022-10-07 12:02:33 +02:00
Sergio Gasquez
20ac5f1751 ci: 🐛 Fix openssl for aarch64-linux 2022-10-07 11:40:59 +02:00
Sergio Gasquez
f4581bfa51 ci: 🐛 Fix openssl for aarch64-linux 2022-10-07 11:35:15 +02:00
Sergio Gasquez
bfb66b22c9 ci: 🐛 Fix openssl for aarch64-linux 2022-10-07 11:24:53 +02:00
Sergio Gasquez
963adf4f6d docs: 📝 Update installation docs 2022-10-07 11:20:46 +02:00
Sergio Gasquez
54dd6a658f chore: 🎨 Change repository location to esp-rs 2022-10-07 11:09:17 +02:00
Sergio Gasquez
f3fab450fb ci: 🐛 Fix openssl for aarch64-linux 2022-10-07 10:58:57 +02:00
Sergio Gasquez
dcc7b28496 ci: 🐛 Fix openssl for aarch64-linux 2022-10-07 10:47:48 +02:00
Sergio Gasquez
06f239bbcd ci: 🐛 Fix openssl for aarch64-linux 2022-10-07 10:34:03 +02:00
Sergio Gasquez
e49e51402e ci: 🐛 Fix openssl for aarch64-linux 2022-10-07 10:25:29 +02:00
Sergio Gasquez
409690b01f ci: 🐛 Fix openssl for aarch64-linux 2022-10-07 10:21:31 +02:00
Sergio Gasquez
f69de633ab ci: 🐛 Fix aarch-linux dependencies 2022-10-07 09:32:07 +02:00
Sergio Gasquez
ddb814ce22 ci: ️ Install dependencies for aarch64-linux and fix typo 2022-10-07 09:23:43 +02:00
Sergio Gasquez
0850cc81f4 ci: ️ Avoid fail fast 2022-10-07 09:13:58 +02:00
Sergio Gasquez
64a27a63a8 ci: 🐛 Fix Release CI 2022-10-07 09:09:30 +02:00
Sergio Gasquez Arcos
156a1030a6
Merge pull request #8 from esp-rs/dependabot/cargo/clap-4.0.10
build(deps): bump clap from 4.0.9 to 4.0.10
2022-10-07 09:01:39 +02:00
dependabot[bot]
16624e4a4f
build(deps): bump clap from 4.0.9 to 4.0.10
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.9 to 4.0.10.
- [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.9...v4.0.10)

---
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-07 06:41:45 +00:00