bvisness
  • Joined on 2021-12-04
bvisness commented on issue hmn/orca#114 2023-09-17 19:09:21 +00:00
Need more MSVC prerequisite checks

Stuff to detect:

  • cl is missing
  • cl is too old (older than 17.7)
  • cl running for wrong architecture (need x64)
    Also:
  • update docs to indicate 17.7 requirements
  • […
bvisness created pull request hmn/orca#123 2023-09-17 17:10:10 +00:00
Check if the runtime is up to date on dev install
bvisness created branch runtime-out-of-date in hmn/orca 2023-09-17 17:05:32 +00:00
bvisness pushed to runtime-out-of-date at hmn/orca 2023-09-17 17:05:32 +00:00
eb7f365326 Check if the runtime is up to date on dev install
bvisness opened issue hmn/orca#122 2023-09-17 16:42:05 +00:00
orca dev install should check if the runtime build is up to date
bvisness commented on issue hmn/orca#116 2023-09-17 16:28:38 +00:00
MacOS: build-runtime fails

Gotcha, thanks for looking into that. I guess I'll have to investigate how Apple installs the macOS SDKs and beef up the script. Sorry for the trouble!

bvisness pushed to swanky-image at hmn/orca 2023-09-17 16:12:22 +00:00
e73416216e Add cool image to README
a77d6a07cd Use the HTTPS URL in the docs
Compare 2 commits »
bvisness created pull request hmn/orca#121 2023-09-17 16:10:33 +00:00
Add cool image to README
bvisness created branch swanky-image in hmn/orca 2023-09-17 16:09:14 +00:00
bvisness pushed to swanky-image at hmn/orca 2023-09-17 16:09:14 +00:00
b23bca5f9a Add cool image to README
bvisness created pull request hmn/orca#120 2023-09-17 15:42:59 +00:00
Use the HTTPS URL in the docs
bvisness created branch clone-https in hmn/orca 2023-09-17 15:42:38 +00:00
bvisness pushed to clone-https at hmn/orca 2023-09-17 15:42:38 +00:00
a77d6a07cd Use the HTTPS URL in the docs
bvisness commented on issue hmn/orca#113 2023-09-17 15:40:59 +00:00
Git Clone Failed

Ok, I guess it's simply that SSH access isn't allowed unless you add your public key to your Gitea profile. Obviously for the vast majority of our users this is not relevant. (This is the [same as…

bvisness commented on issue hmn/orca#113 2023-09-17 15:33:43 +00:00
Git Clone Failed
bvisness created pull request hmn/orca#119 2023-09-17 15:30:47 +00:00
Slightly improve MSVC documentation and error messages
bvisness created branch slightly-nicer-windows-messages in hmn/orca 2023-09-17 15:30:23 +00:00
bvisness pushed to slightly-nicer-windows-messages at hmn/orca 2023-09-17 15:30:23 +00:00
83af5e3441 Slightly improve MSVC documentation and error messages
bvisness opened issue hmn/orca#118 2023-09-17 15:09:26 +00:00
PATH update needs to be signed on Windows 11?
bvisness commented on issue hmn/orca#117 2023-09-17 15:08:18 +00:00
Python detection is bad

On further review I guess this sometimes applies to Linux systems too. Generally I guess it's just not wise to rely on the presence of python3.