Commit 5a9d9ea
gltesting: use correct protoc for each arch
Enable multi-architecture support to ensure proper
protoc downloads based on the build environment.
This fixes issues on Apple Silicon (ARM64) where the x86_64
binary was previously being downloaded,
leading to the missing ld-linux-x86-64.so.2 error.
* Use the same protocol buffer compiler version across architectures
* Ensure Docker build success on Apple Silicon1 parent face259 commit 5a9d9ea
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
114 | 122 | | |
115 | | - | |
| 123 | + | |
116 | 124 | | |
117 | 125 | | |
118 | 126 | | |
| |||
0 commit comments