From 765c39b3c19dae8db65b850d949be6b137420225 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Thu, 29 Sep 2022 18:36:54 +0800 Subject: [PATCH] Update docs to 20.04 (#19538) Signed-off-by: Jenny Li Signed-off-by: Jenny Li --- .github/workflows/main.yaml | 2 +- build/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 13ee2e27a1..9145a6ccb5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -36,7 +36,7 @@ jobs: ubuntu: name: Build and test AMD64 Ubuntu ${{ matrix.ubuntu }} runs-on: ubuntu-${{ matrix.ubuntu }} - timeout-minutes: 90 + timeout-minutes: 60 strategy: fail-fast: false matrix: diff --git a/build/README.md b/build/README.md index 51e1c09b3b..ed13d10b39 100644 --- a/build/README.md +++ b/build/README.md @@ -66,7 +66,7 @@ The following scripts are found in the [`build/`](.) directory. Note that all sc * `build/builder.sh make unittest`: Run all unit tests. * `build/builder.sh make clean`: Clean up all the generated files. -You can specify different OS for builder by setting `OS_NAME` which defaults to `ubuntu18.04`. Valid OS are `ubuntu18.04`, `centos7`. +You can specify different OS for builder by setting `OS_NAME` which defaults to `ubuntu20.04`. Valid OS are `ubuntu20.04`,`ubuntu18.04`, `centos7`. To specify `centos7` builder, use these commands: