From: Eric Erhardt Date: Tue, 4 Jan 2022 23:58:26 +0000 (-0600) Subject: Update Codespaces instructions for latest (#63376) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~11635 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ce1c54005c57a0fa835fb0aa33ece45300b4a8e;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update Codespaces instructions for latest (#63376) --- diff --git a/docs/workflow/Codespaces.md b/docs/workflow/Codespaces.md index 391cd40..858da33 100644 --- a/docs/workflow/Codespaces.md +++ b/docs/workflow/Codespaces.md @@ -5,13 +5,11 @@ Codespaces allows you to develop in a Docker container running in the cloud. You dotnet/runtime runs a nightly GitHub Action to build the latest code in the repo. This allows you to immediately start developing and testing after creating a codespace without having to build the whole repo. When the machine is created, it will have built the repo using the code as of 6 AM UTC that morning. -**NOTE**: In order to use a prebuilt codespace, when you create your machine be sure to select an **`8 core`** machine. - 1. From https://github.com/dotnet/runtime, drop-down the `Code` button and select the `Codespaces` tab. ![New codespace button](https://docs.github.com/assets/images/help/codespaces/new-codespace-button.png) -2. Select `8-core` for the Machine type. This will ensure you get a "pre built" image. +2. Select the Machine type. For dotnet/runtime, it is recommended to select at least a `4-core` machine. You can also verify that a "Prebuild" is ready. ![Codespace machine size](./codespace-machine-size.png) diff --git a/docs/workflow/codespace-machine-size.png b/docs/workflow/codespace-machine-size.png index 07945fb..d0687c8 100644 Binary files a/docs/workflow/codespace-machine-size.png and b/docs/workflow/codespace-machine-size.png differ