Skip to content

Commit

Permalink
OK just build for the current submodule version
Browse files Browse the repository at this point in the history
  • Loading branch information
dacort committed Feb 13, 2024
1 parent 1ef7c71 commit 9df430e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ '<submodule_version>', 'v0.9.2', 'v0.10.0' ]
duckdb_version: [ '<submodule_version>' ]
arch: ['linux_amd64', 'linux_arm64'] # , 'linux_amd64_gcc4'
include:
- arch: 'linux_amd64'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ '<submodule_version>', 'v0.9.2', 'v0.10.0' ]
duckdb_version: [ '<submodule_version>' ]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ '<submodule_version>', 'v0.9.2', 'v0.10.0' ]
duckdb_version: [ '<submodule_version>' ]
arch: ['amd64', 'arm64']

env:
Expand Down
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 3388 files
2 changes: 1 addition & 1 deletion duckdb-ext/duckdb
Submodule duckdb updated 3388 files

0 comments on commit 9df430e

Please sign in to comment.