Skip to content

Set up NX-based monorepo #1773

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

Merged
merged 406 commits into from
May 2, 2025
Merged

Set up NX-based monorepo #1773

merged 406 commits into from
May 2, 2025

Conversation

eliandoran
Copy link
Contributor

No description provided.

@deajan
Copy link
Member

deajan commented May 2, 2025

Hello, @deajan .

While doing some heavy refactoring on our code base I ran into the signing failing.

Hi @eliandoran

Sorry for the late reply. I have moved datacenter this weekend and as you can imagine, this ate quite some time.
Searching for the problem you encounter, I think I found the issue.
I compile the signing script so the keys don't get exposed, and I only compiled a 64 bit version.
Signing executables is not a problem, but for signing dlls, it will try to load them, and thus will fail when the arch doesn't correspond.
I can build a 32-bit signer too, but I have no clue whatsoever how to build (and run) an ARM signer.

Could you "send me" the offending file that needs to be signed so I can see what I can do ?

@eliandoran
Copy link
Contributor Author

@deajan , I've opened #1825 to track the issue with signing since it also occurs (silently) on develop.

@eliandoran eliandoran marked this pull request as ready for review May 2, 2025 17:54
@eliandoran eliandoran merged commit cfccf29 into develop May 2, 2025
14 checks passed
@eliandoran eliandoran deleted the feature/nx_monorepo branch May 2, 2025 17:54
@eliandoran eliandoran added this to the v0.94.0 milestone May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants