Beware that the Depot builders are producing corrupted builds

Here is an example of a build that’s failing:

cat ./app/bin/fastifyPlugin/dynamicFastifyPlugin.ts
ls -lah ./app/bin/fastifyPlugin/dynamicFastifyPlugin.ts
-rw-r--r-- 1 root root 21K May 17 20:30 ./app/bin/fastifyPlugin/dynamicFastifyPlugin.ts
hexdump -C ./app/bin/fastifyPlugin/dynamicFastifyPlugin.ts
00000000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00005150

The file is just filled with null bytes and nothing else.

I tried busting Docker cache, etc. nothing helped.

Only unblocked myself after passing --depot=false flag

1 Like

I’ve not experienced it myself, but Depot does seem to get rather a lot of complaints in this forum. I wonder if they have any staff here, so they could offer some reassurances…

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.