Skip to content

Conversation

@Volte6
Copy link
Member

@Volte6 Volte6 commented May 6, 2025

Description

Building for 32-bit is giving this error:
cannot use roomIdMin64 (untyped int constant 1000000000000) as int value in assignment (overflows)

Even though there is runtime detection for the integer bitsize, we still need to trick the compiler.

This sets it to the 32 bit value and then multiplies it by 1000 if the maxint is over this number.

Changes

  • Changed the way we check for which minimum ephemeral RoomId value to use.

@Volte6 Volte6 merged commit 4da6e5a into master May 6, 2025
2 checks passed
@Volte6 Volte6 deleted the build-fixes branch May 6, 2025 21:42
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