Skip to content

Commit

Permalink
removing symbolic links in duckdb repo because R package build falls …
Browse files Browse the repository at this point in the history
…over them
  • Loading branch information
hannes committed Aug 23, 2023
1 parent 78dba95 commit cb52761
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Prepare
shell: bash
run: |
rm -rf duckdb/test/sql/copy/csv/data/glob/crawl/.symbolic_link
mkdir -p /tmp/duckdb_extensions
./configure
R CMD build .
Expand Down Expand Up @@ -148,6 +149,7 @@ jobs:
- name: Build
shell: bash
run: |
rm -rf duckdb/test/sql/copy/csv/data/glob/crawl/.symbolic_link
./configure
R CMD INSTALL .
Expand Down Expand Up @@ -187,6 +189,7 @@ jobs:
- name: Build
shell: bash
run: |
rm -rf duckdb/test/sql/copy/csv/data/glob/crawl/.symbolic_link
./configure
R CMD build .
R CMD INSTALL duckdb_*.tar.gz
Expand Down Expand Up @@ -242,6 +245,7 @@ jobs:
- name: Install R package
shell: bash
run: |
rm -rf duckdb/test/sql/copy/csv/data/glob/crawl/.symbolic_link
R -e 'install.packages("DBI", repos = "https://cloud.r-project.org")'
./configure
R CMD build .
Expand Down

0 comments on commit cb52761

Please sign in to comment.