awgtpman: removal of old build flags that broak setting testpoints
Compare changes
+ 0
− 4
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
We'd dropped an old build flag that was used to determine the element element size for test point numbers.
The testpoint size reverted from 4 bytes to t2, but only in the RPC definition. As a result, only the first value in an RPC array of testpoints was in the correct position. Only one testpoint could be specified correctly per test.
This change drops the flag check and forces the RPC element size to 4 bytes.
I've checked the rest of the code to make sure this was the only remaining use of the build flags.
Closes #372 (closed).