chore(repo): re-enable macos e2e caching (#18382)
This commit is contained in:
parent
8adee8ec9e
commit
8d5a16004d
@ -208,7 +208,7 @@ jobs:
|
||||
executor: macos
|
||||
environment:
|
||||
NX_E2E_CI_CACHE_KEY: e2e-circleci-macos
|
||||
NX_DAEMON: 'true'
|
||||
NX_DAEMON: 'false' # TODO: Fix the hashing issue and re-enable this
|
||||
NX_PERF_LOGGING: 'false'
|
||||
SELECTED_PM: 'npm' # explicitly define npm for macOS tests
|
||||
NX_SKIP_NX_CACHE: 'true' # TODO: Figure out what is going on with the cache and renable it
|
||||
|
||||
1
nx.json
1
nx.json
@ -6,7 +6,6 @@
|
||||
"tasksRunnerOptions": {
|
||||
"default": {
|
||||
"runner": "nx-cloud",
|
||||
"nativeWatcher": true,
|
||||
"options": {
|
||||
"accessToken": "NDg1NTA3MTAtOGFmZC00YmIwLTk2Y2MtOTkzNzc4ZTczYTlkfHJlYWQtb25seQ==",
|
||||
"cacheableOperations": [
|
||||
|
||||
@ -7,6 +7,5 @@ const p = process.argv[2];
|
||||
const nativeFiles = glob.sync(`packages/${p}/**/*.node`);
|
||||
|
||||
nativeFiles.forEach((file) => {
|
||||
console.log('COPY', file, '=>', `build/${file}`);
|
||||
fs.copyFileSync(file, `build/${file}`);
|
||||
});
|
||||
|
||||
@ -51,9 +51,6 @@ function hideFromGitIndex(uncommittedFiles: string[]) {
|
||||
execSync(buildCommand, {
|
||||
stdio: [0, 1, 2],
|
||||
});
|
||||
execSync(`ls -lah build/packages/nx/src/native`, {
|
||||
stdio: [0, 1, 2],
|
||||
});
|
||||
|
||||
if (options.local) {
|
||||
updateLernaJsonVersion(currentLatestVersion);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user