6 islands fail to compile on development branch (WASM standalone build) #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
When building standalone WASM islands via
scripts/build_standalone.sh, 6 islands fail to compile on the currentdevelopmentbranch. This was discovered while adding WASM frontend builds to the production Docker container (hero_services PR #38).31/37 islands build successfully, but these 6 fail with compilation errors:
hero_archipelagos_filesystemhero_archipelagos_contextshero_archipelagos_aihero_archipelagos_codehero_archipelagos_roomhero_archipelagos_hero_serviceHow to reproduce
Each failing island is built with:
Impact
The production container (hero_services Dockerfile.prod) builds all standalone islands during the Docker image build. These 6 islands are skipped, meaning those apps won't be available in the Hero OS desktop environment.
Expected behavior
All islands with
[package.metadata.island]and astandalonefeature should compile to WASM without errors.