Skip to content

Commit

Permalink
chore: enable native hasher (#3617)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Mar 24, 2023
1 parent 0fe5faf commit a55d238
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ env:
NX_CLOUD_DISTRIBUTED_EXECUTION: true
NX_BRANCH: ${{ github.event.number || github.ref_name }}
NX_VERBOSE_LOGGING: true
# TODO: why was this needed?
NX_NON_NATIVE_HASHER: true

jobs:
main:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/other-node-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ env:
NX_CLOUD_DISTRIBUTED_EXECUTION: true
NX_BRANCH: ${{ github.event.number || github.ref_name }}
NX_VERBOSE_LOGGING: true
# TODO: why was this needed?
NX_NON_NATIVE_HASHER: true

jobs:
set-node-versions:
Expand Down

0 comments on commit a55d238

Please sign in to comment.