-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
questionThe issue is a question. Please use Stack Overflow for questions.The issue is a question. Please use Stack Overflow for questions.
Description
Describe the bug
Our simple test is failed on x86_64 macos.
cubejs create hello-world -d postgres
...
npm error code 1
npm error path /private/tmp/cubejs-cli-test-20241207-8191-vlv4vd/hello-world/node_modules/@cubejs-backend/cubestore
npm error command failed
npm error command sh -c node bin/post-install
npm error (node:8271) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
npm error (Use `node --trace-deprecation ...` to show where the warning was created)
npm error
npm error Cube.js Cube Store Installer ---------------------------------------
npm error
npm error Error: Cube Store v1.1.8 Artifact for x86_64-apple-darwin doesn't exist. Most probably it is still building. Please try again later.
npm error at downloadBinaryFromRelease (/private/tmp/cubejs-cli-test-20241207-81[91](https://github.com/Homebrew/homebrew-core/actions/runs/12193890117/job/34062780298?pr=200226#step:3:92)-vlv4vd/hello-world/node_modules/@cubejs-backend/cubestore/js-wrapper/src/download.ts:59:15)
npm error at processTicksAndRejections (node:internal/process/task_queues:105:5)
npm error at /private/tmp/cubejs-cli-test-20241207-8191-vlv4vd/hello-world/node_modules/@cubejs-backend/cubestore/js-wrapper/src/post-install.ts:12:7
To Reproduce
cubejs create hello-world -d postgres
Expected behavior
Should work
Screenshots
code
Minimally reproducible Cube Schema
None
Version:
v1.1.8
Additional context
Noticed that the github action is not running because of the github action image macos-12 is deprecated.
See here,
and this is related to the homebrew bump PR
Metadata
Metadata
Assignees
Labels
questionThe issue is a question. Please use Stack Overflow for questions.The issue is a question. Please use Stack Overflow for questions.