Add aburi compiler#2202
Conversation
|
Thanks @likecrazy1! Picking up the build path for this. Two enabling fixes were needed before the
Once both merge (and the aburi-builder image rebuilds), I'll run |
Build RequiredThe following additions require CE to build artifacts before deployment:
Please ensure these have been built and uploaded to S3 before merging, or coordinate with the CE team. Build Commandsgh workflow run bespoke-build.yaml -f image=aburi -f version=atta-mills -f command=build.sh |
The aburi installable was defined identically in both c.yaml and cpp.yaml. Both resolve to the same S3 artifact and the same install path (/opt/compiler-explorer/aburi/atta-mills), so the c.yaml copy is redundant — one install serves both languages, and the C and C++ properties both point at the same exe. Keep it in cpp.yaml (matching the gcc/clang convention) and drop the duplicate from c.yaml. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Pushed a maintainer edit removing the duplicate. The Verified end-to-end with a real local install: So the installable is good to go. 👍 |
compiler-explorer/compiler-explorer#8871