Skip to content

Commit

Permalink
Cherry pick PR #3772: Workaround Actions node20 glibc issues (#3773)
Browse files Browse the repository at this point in the history
Refer to the original PR: youtube/cobalt#3772

Workaround for issue in actions/checkout#1590

b/255654807

Co-authored-by: Kaido Kert <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and kaidokert committed Jul 4, 2024
1 parent ba9855f commit 5d3f4e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ env:
SCCACHE_GCS_RW_MODE: READ_WRITE
SCCACHE_IDLE_TIMEOUT: 0 # prevent sccache server from shutting down after long idle.
STARBOARD_TOOLCHAINS_DIR: /root/starboard-toolchains
# TODO(b/255654807) Workaround for https://github.com/actions/checkout/issues/1590
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

concurrency:
group: '${{ github.workflow }}-${{ github.event_name }}-${{ github.event.action }}-${{ inputs.platform }} @ ${{ github.event.pull_request.number || github.sha }}'
Expand Down

0 comments on commit 5d3f4e1

Please sign in to comment.