Commit c1ce2c0
committed
cicd: fix windows builds
VSCode cl.exe fails to recognize some of the syntax:
```
cassandra\c_shard_info.c(3083): error C2065: '__uint128_t': undeclared identifier
cassandra\c_shard_info.c(3083): error C2146: syntax error: missing ')' before identifier '__pyx_v_biased_token'
cassandra\c_shard_info.c(3083): error C2059: syntax error: ')'
cassandra\c_shard_info.c(3083): error C2059: syntax error: ')'
cassandra\c_shard_info.c(3083): error C2059: syntax error: ')'
```
Let's switch to clang.1 parent 7d1a2d5 commit c1ce2c0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
0 commit comments