this is broken

This commit is contained in:
Connor Olding 2023-03-03 06:52:46 -08:00
parent cb357392fb
commit 3dad8c6f15

View File

@ -117,7 +117,12 @@ RUN : \
&& cp kuroko kuroko.com.dbg \
&& objcopy -S -O binary kuroko.com.dbg kuroko.com \
;
RUN make.com test
RUN : \
&& rm test/day23.krk \
&& rm test/testAnnotations.krk \
&& rm test/testSubclassPropertySuperCall.krk \
&& make.com test
FROM localhost/rescue AS runner
COPY --chmod=0755 --from=builder /kuroko/kuroko.com /kuroko/kuroko.com.dbg /bin/