File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ GOMAXPROCS = @nproc@
2727all: purify
2828$(SHLIB): gostatic
2929
30+ # R CMD check issues a warning for this `.a` file.
31+ # We remove this file after SHLIB generation to suppress the warning.
32+ # <https://github.com/apache/arrow-adbc/issues/3059>
3033purify: $(SHLIB)
3134 rm -Rf "$(CURDIR)/go/libadbc_driver_bigquery.a"
3235
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ GOMAXPROCS = @nproc@
2727all: purify
2828$(SHLIB): gostatic
2929
30+ # R CMD check issues a warning for this `.a` file.
31+ # We remove this file after SHLIB generation to suppress the warning.
32+ # <https://github.com/apache/arrow-adbc/issues/3059>
3033purify: $(SHLIB)
3134 rm -Rf "$(CURDIR)/go/libadbc_driver_flightsql.a"
3235
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ GOMAXPROCS = @nproc@
2727all: purify
2828$(SHLIB): gostatic
2929
30+ # R CMD check issues a warning for this `.a` file.
31+ # We remove this file after SHLIB generation to suppress the warning.
32+ # <https://github.com/apache/arrow-adbc/issues/3059>
3033purify: $(SHLIB)
3134 rm -Rf "$(CURDIR)/go/libadbc_driver_snowflake.a"
3235
You can’t perform that action at this time.
0 commit comments