Skip to content

Commit b7245b3

Browse files
authoredMar 22, 2023
Disable ccache for node builds (#5602)
* Disable ccache for node builds

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎.github/workflows/pr-realm-js.yml

+2
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ jobs:
147147
- name: Build node
148148
if: ${{ (matrix.variant.os != 'ios') && (matrix.variant.os != 'android') }}
149149
run: npm run prebuild:node -- --arch=${{matrix.variant.arch}}
150+
env:
151+
CCACHE_DISABLE: 1
150152

151153
# build the c++ library for IOS
152154
# the Info.plist needs to be regenerated with all libraries in place

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<!-- * Either mention core version or upgrade -->
2020
<!-- * Using Realm Core vX.Y.Z -->
2121
<!-- * Upgraded Realm Core from vX.Y.Z to vA.B.C -->
22+
* Test
2223

2324
## 11.5.2 (2023-03-14)
2425

0 commit comments

Comments
 (0)
Please sign in to comment.