Skip to content

fix(3384): tailcall CLI command not recognized #3396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Anshgrover23
Copy link

Summary:
fix: tailcall CLI command not recognized

Issue Reference(s):
Fixes #3384
/claim #3384

Build & Testing:

  • I ran cargo test successfully.
  • I have run ./lint.sh --mode=fix to fix all linting issues raised by ./lint.sh --mode=check.

Checklist:

  • I have added relevant unit & integration tests.
  • I have updated the documentation accordingly.
  • I have performed a self-review of my code.
  • PR follows the naming convention of <type>(<optional scope>): <title>

@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label May 28, 2025
@Anshgrover23 Anshgrover23 changed the title fix: tailcall CLI command not recognized fix(build): tailcall CLI command not recognized May 28, 2025
@Anshgrover23 Anshgrover23 changed the title fix(build): tailcall CLI command not recognized fix(3384): tailcall CLI command not recognized May 28, 2025
@Anshgrover23
Copy link
Author

@tusharmath
image

@@ -33,34 +33,34 @@ jobs:
]
include:
- build: linux-x64-gnu
os: ubuntu-latest
os: ubuntu-22.04
rust: stable
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ubuntu 24 cause libc issues on older distro such as ubuntu 22

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tusharmath see this
image

@@ -141,7 +141,7 @@ opentelemetry-appender-tracing = { version = "0.4.0" }
opentelemetry-prometheus = "0.16.0"
phonenumber = "0.3.4"
chrono = "0.4.38"
async-graphql-extension-apollo-tracing = { version = "3.2.15"}
async-graphql-extension-apollo-tracing = { git = "https://github.com/Anshgrover23/async_graphql_apollo_studio_extension", rev = "d89ea0588552c8eb10b7169c012ff3613970126c" }
headers = { workspace = true }
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have already done a PR upstream to fix the issue async-graphql/async_graphql_apollo_studio_extension#194

@@ -44,7 +44,8 @@ async function genPlatformPackage() {
cpu: [cpu],
}

if (libc) platformPackage.libc = [libc]
// Only set libc for non-Windows platforms
if (libc && os !== 'win32') platformPackage.libc = [libc]

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

due to this
image

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tusharmath ,
npm only set libc on non-windows platforms
on windows , libc = undefined

@Anshgrover23
Copy link
Author

Hey @tusharmath, just a quick follow-up—could you please take a look at my PR when you get a moment?

Copy link

github-actions bot commented Jun 3, 2025

Action required: PR inactive for 5 days.
Status update or closure in 10 days.

@github-actions github-actions bot added the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label Jun 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋 Bounty claim state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. type: fix Iterations on existing features or infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tailcall CLI command not recognized
1 participant