paleolimbot commented on code in PR #3061: URL: https://github.com/apache/arrow-adbc/pull/3061#discussion_r2177908417
########## r/adbcsnowflake/src/Makevars.in: ########## @@ -23,9 +23,12 @@ CGO_CXX = @cxx@ CGO_CFLAGS = $(ALL_CPPFLAGS) GOMAXPROCS = @nproc@ -.PHONY: all gostatic -all: $(SHLIB) +.PHONY: all purify gostatic +all: purify $(SHLIB): gostatic +purify: $(SHLIB) + rm -Rf "$(CURDIR)/go/libadbc_driver_snowflake.a" + Review Comment: Can you add a note (here and to the other files) about why we have to do this? (Mostly so I don't forget the next time I look here 😬 ) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org