We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b082ccc commit e5a1c53Copy full SHA for e5a1c53
rust/Earthfile
@@ -67,6 +67,9 @@ build:
67
SAVE ARTIFACT target/doc doc
68
SAVE ARTIFACT target/release/cbork cbork
69
70
+ RUN ls -la ~/build/target/release
71
+ RUN ls -la /tmp/earthly/
72
+
73
# build-src-check: Check for any caching issues with the source we are building against.
74
check-builder-src-cache:
75
FROM +builder
0 commit comments