I am trying to build the platform using the follow...
# contributing-to-airbyte
e
I am trying to build the platform using the following command, on the latest `master`:
Copy code
SUB_BUILD=PLATFORM ./gradlew clean build
The build fails with the following output:
Copy code
* What went wrong:
Execution failed for task ':airbyte-workers:test'.
> There were failing tests. See the report at: file:///<path_to_airbytee_directory>/airbyte/airbyte-workers/build/reports/tests/test/index.html
The reason for 4 failing tests is:
Copy code
io.airbyte.workers.WorkerException: Could not find image: busybox
Has anybody else encountered this? Am I missing something?
h
Hey which version of airbyte are you using?
e
@Harshith (Airbyte) the latest pull from master