-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from samansmink/switch-to-kv-secret
Add support for secrets
- Loading branch information
Showing
12 changed files
with
415 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,18 +16,11 @@ jobs: | |
matrix: | ||
# Add commits/tags to build against other DuckDB versions | ||
duckdb_version: [ '<submodule_version>' ] | ||
arch: ['linux_amd64', 'linux_arm64', 'linux_amd64_gcc4'] | ||
arch: ['linux_amd64_gcc4'] | ||
vcpkg_version: [ '2023.04.15' ] | ||
include: | ||
- arch: 'linux_amd64_gcc4' | ||
container: 'quay.io/pypa/manylinux2014_x86_64' | ||
vcpkg_triplet: 'x64-linux' | ||
- arch: 'linux_amd64' | ||
container: 'ubuntu:18.04' | ||
vcpkg_triplet: 'x64-linux' | ||
- arch: 'linux_arm64' | ||
container: 'ubuntu:18.04' | ||
vcpkg_triplet: 'arm64-linux' | ||
container: ['quay.io/pypa/manylinux2014_x86_64'] | ||
vcpkg_triplet: ['x64-linux'] | ||
|
||
env: | ||
VCPKG_TARGET_TRIPLET: ${{ matrix.vcpkg_triplet }} | ||
GEN: Ninja | ||
|
@@ -105,7 +98,7 @@ jobs: | |
- name: Setup vcpkg | ||
uses: lukka/[email protected] | ||
with: | ||
vcpkgGitCommitId: 9edb1b8e590cc086563301d735cae4b6e732d2d2 | ||
vcpkgGitCommitId: a42af01b72c28a8e1d7b48107b33e4f286a55ef6 | ||
|
||
# Build extension | ||
- name: Build extension | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule duckdb
updated
2344 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.