Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jul 6, 2023
1 parent ff226f6 commit d6448c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Setup ManyLinux2014
if: ${{ matrix.arch == 'linux_amd64' }}
run: |
./duckdb/scripts/setup_manylinux2014.sh general aws-cli ninja-build ccache ssh openssl python_alias
./duckdb/scripts/setup_manylinux2014.sh general aws-cli ccache ssh openssl python_alias
- if: ${{ matrix.arch == 'linux_arm64' }}
uses: ./duckdb/.github/actions/ubuntu_16_setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
echo 'No key set, skipping'
elif [[ "$GITHUB_REF" =~ ^(refs/tags/v.+)$ ]] ; then
python3 -m pip install pip awscli
./scripts/extension-upload.sh azure ${{ github.ref_name }} $DUCKDB_VERSION ${{matrix.duckdb_arch}} $BUCKET_NAME true
./scripts/extension-upload.sh aws ${{ github.ref_name }} $DUCKDB_VERSION ${{matrix.duckdb_arch}} $BUCKET_NAME true
elif [[ "$GITHUB_REF" =~ ^(refs/heads/main)$ ]] ; then
python3 -m pip install pip awscli
./scripts/extension-upload.sh azure `git log -1 --format=%h` $DUCKDB_VERSION ${{matrix.duckdb_arch}} $BUCKET_NAME false
./scripts/extension-upload.sh aws `git log -1 --format=%h` $DUCKDB_VERSION ${{matrix.duckdb_arch}} $BUCKET_NAME false
fi
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Warning: this extension is currently in an experimental state. Feel free to try it out, but be aware
that only minimal testing was done.

Warning 2: This extension currently builds with a feature branch of DuckDB. A PR is being worked on. When the PR is merged,
this extension will be included in (nightly) DuckDB releases.

# DuckDB AWS Extension
This is a DuckDB extension that provides features that depend on the AWS SDK.

Expand Down

0 comments on commit d6448c5

Please sign in to comment.