704 Commits

Author SHA1 Message Date
Sergio Gasquez
039d70e7db fix: 🐛 Add llvm to to_install 2022-12-23 09:42:16 +01:00
Sergio Gasquez
b15b7bb749 feat: Await only the len of to_install 2022-12-23 09:42:16 +01:00
Sergio Gasquez
8b2fcf9c12 feat: Spawn a task for every install 2022-12-23 09:42:16 +01:00
Sergio Gasquez
c9fbf034bb chore: Initial attemp to paralelize installations 2022-12-23 09:42:16 +01:00
Sergio Gasquez
4717922d99 refactor: ️ Use RiscVTarget constructor 2022-12-23 09:42:16 +01:00
Sergio Gasquez
2ae93f843b refactor: ♻️ Use struct to store RiscV Target info so we can impl Installaable for it 2022-12-23 09:42:16 +01:00
Sergio Gasquez
d63b549540 refactor: ♻️ Initial async 2022-12-23 09:41:13 +01:00
dependabot[bot]
36eabe3427
build(deps): bump thiserror from 1.0.37 to 1.0.38
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.37 to 1.0.38.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.37...1.0.38)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 08:27:56 +00:00
dependabot[bot]
3e2cff462e
build(deps): bump anyhow from 1.0.66 to 1.0.68
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.66 to 1.0.68.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.66...1.0.68)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 08:27:46 +00:00
Sergio Gasquez Arcos
6dbb862f0f
Merge pull request #108 from esp-rs/feature/async
Feature/async
2022-12-23 09:26:40 +01:00
Sergio Gasquez
70049af5e8 feat: Use both imc and imac target for RISC-V targets 2022-12-22 15:18:37 +00:00
Sergio Gasquez
caef1e12b4 chore: 🎨 Update RISC-V logs to make them consistent 2022-12-22 15:09:57 +00:00
Sergio Gasquez
e2c550f65a fix: 🐛 Fix riscv uninstall logs 2022-12-22 15:06:44 +00:00
Sergio Gasquez
6eb0b53dd9 fix: 🐛 Fix Windows build 2022-12-22 11:09:21 +00:00
Sergio Gasquez
f96ad31842 fix: 🐛 Remove stopwatch 2022-12-22 10:51:37 +00:00
Sergio Gasquez
e42f74dcfc fix: 🐛 Remove TODO 2022-12-22 10:38:14 +00:00
Sergio Gasquez
73b7785aac fix: 🐛 Fix receiving 2022-12-22 10:37:07 +00:00
Sergio Gasquez
1f8a04ec83 fix: 🐛 Fix riscv uninstallation 2022-12-22 10:03:25 +00:00
Sergio Gasquez
0ae42f5742 fix: 🐛 Fix typo 2022-12-22 10:02:41 +00:00
Sergio Gasquez
bfc678ec69 feat: Paralelize gcc installation 2022-12-21 16:25:24 +00:00
Sergio Gasquez
ca41f9c682 fix: 🐛 Add llvm to to_install 2022-12-21 12:02:20 +00:00
Sergio Gasquez
cd2a326bf4 feat: Await only the len of to_install 2022-12-21 11:43:08 +00:00
Sergio Gasquez
c151489b14 feat: Spawn a task for every install 2022-12-21 11:06:23 +00:00
Sergio Gasquez
17de2492f7 chore: Initial attemp to paralelize installations 2022-12-20 16:24:16 +00:00
Sergio Gasquez
c8390adad5 refactor: ️ Use RiscVTarget constructor 2022-12-20 15:10:23 +00:00
Sergio Gasquez
fd529e3f6a refactor: ♻️ Use struct to store RiscV Target info so we can impl Installaable for it 2022-12-20 14:59:41 +00:00
Sergio Gasquez Arcos
7c8c2edd7b
Merge pull request #103 from esp-rs/dependabot/cargo/serde_json-1.0.91
build(deps): bump serde_json from 1.0.89 to 1.0.91
2022-12-20 12:53:20 +01:00
Sergio Gasquez Arcos
3e1a22e6f8
Merge pull request #104 from esp-rs/dependabot/cargo/serde-1.0.151
build(deps): bump serde from 1.0.150 to 1.0.151
2022-12-20 12:53:07 +01:00
dependabot[bot]
7fc2321054
build(deps): bump serde from 1.0.150 to 1.0.151
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.150 to 1.0.151.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.150...v1.0.151)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 21:06:39 +00:00
dependabot[bot]
8a55e33e46
build(deps): bump serde_json from 1.0.89 to 1.0.91
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.89 to 1.0.91.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.89...v1.0.91)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 21:06:31 +00:00
Sergio Gasquez
28482446f1 chore: 🔨 Update ubuntu version used in CI 2022-12-19 11:16:12 +01:00
Sergio Gasquez
2dfebe0e43 chore: 📦️ Update Cargo.lock 2022-12-16 10:42:45 +01:00
Sergio Gasquez
928855bdd5 refactor: ♻️ Initial async 2022-12-15 14:26:25 +01:00
Sergio Gasquez
636a5217e1 chore: ⬆️ Upgrade version to 0.2.5-dev 2022-12-14 14:08:31 +01:00
Sergio Gasquez
7ba3572991 chore: ⬆️ Upgrade version to 0.2.4 v0.2.4 2022-12-14 13:33:33 +01:00
Sergio Gasquez Arcos
d58955d08c
Merge pull request #83 from esp-rs/dependabot/cargo/assert_fs-1.0.10
build(deps): bump assert_fs from 1.0.9 to 1.0.10
2022-12-14 11:02:10 +01:00
Sergio Gasquez Arcos
d6192ae8c0
Merge pull request #84 from esp-rs/dependabot/cargo/clap-4.0.29
build(deps): bump clap from 4.0.28 to 4.0.29
2022-12-14 11:01:33 +01:00
Sergio Gasquez Arcos
ee0362a25b
Merge pull request #91 from esp-rs/feature/update-llvm
Update LLVM release
2022-12-14 11:01:17 +01:00
Sergio Gasquez Arcos
399c1ca3c0
Merge pull request #93 from esp-rs/fix/build-1.66
Fix 1.66 installation
2022-12-14 11:00:37 +01:00
Sergio Gasquez
458811604c fix: 🐛 Fix 1.66 installation 2022-12-14 10:17:40 +01:00
Sergio Gasquez
7a311d66e8 build: ⬆️ Update LLVM release 2022-12-13 11:25:12 +01:00
Sergio Gasquez Arcos
ce3aceb17b
Merge pull request #87 from esp-rs/dependabot/cargo/embuild-0.31.0
build(deps): bump embuild from 0.30.4 to 0.31.0
2022-12-13 10:11:07 +01:00
dependabot[bot]
0f4da0925d
build(deps): bump assert_fs from 1.0.9 to 1.0.10
Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/assert-rs/assert_fs/releases)
- [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_fs/compare/v1.0.9...v1.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13 09:06:29 +00:00
Sergio Gasquez Arcos
e64be3518f
Merge pull request #88 from esp-rs/dependabot/cargo/openssl-0.10.44
build(deps): bump openssl from 0.10.43 to 0.10.44
2022-12-13 10:05:09 +01:00
Sergio Gasquez Arcos
422fa658cc
Merge pull request #89 from esp-rs/dependabot/cargo/update-informer-0.6.0
build(deps): bump update-informer from 0.5.0 to 0.6.0
2022-12-13 10:04:45 +01:00
Sergio Gasquez Arcos
1b9e7ab93a
Merge pull request #90 from esp-rs/dependabot/cargo/serde-1.0.150
build(deps): bump serde from 1.0.148 to 1.0.150
2022-12-13 09:40:06 +01:00
dependabot[bot]
4ddffd449b
build(deps): bump serde from 1.0.148 to 1.0.150
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.148 to 1.0.150.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.148...v1.0.150)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 21:11:15 +00:00
dependabot[bot]
304d68edc6
build(deps): bump update-informer from 0.5.0 to 0.6.0
Bumps [update-informer](https://github.com/mgrachev/update-informer) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/mgrachev/update-informer/releases)
- [Changelog](https://github.com/mgrachev/update-informer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mgrachev/update-informer/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: update-informer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 21:11:07 +00:00
dependabot[bot]
49bf76782a
build(deps): bump openssl from 0.10.43 to 0.10.44
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.43 to 0.10.44.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.43...openssl-v0.10.44)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 21:10:58 +00:00
dependabot[bot]
19c3745cf3
build(deps): bump embuild from 0.30.4 to 0.31.0
Bumps [embuild](https://github.com/ivmarkov/embuild) from 0.30.4 to 0.31.0.
- [Release notes](https://github.com/ivmarkov/embuild/releases)
- [Changelog](https://github.com/esp-rs/embuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ivmarkov/embuild/compare/v0.30.4...v0.31.0)

---
updated-dependencies:
- dependency-name: embuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 21:10:48 +00:00