Skip to content

Commit 7eb86d1

Browse files
committed
more comments in CI
1 parent 75ab727 commit 7eb86d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust-cubesql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,15 @@ jobs:
118118
strategy:
119119
matrix:
120120
# Current used version + 1 LTS
121-
# TODO: Add 24 after it's been released
121+
# TODO: Add 24 after it's been released (don't forget to uncomment excludes below!)
122122
node-version: [22]
123123
python-version: ["3.9", "3.10", "3.11", "3.12", "fallback"]
124124
target: ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]
125125
# minimize number of jobs
126126
exclude:
127+
# TODO: uncomment after adding v24
128+
# - node-version: 22
129+
# target: "aarch64-unknown-linux-gnu"
127130
- python-version: 3.10
128131
target: "aarch64-unknown-linux-gnu"
129132
- python-version: 3.11

0 commit comments

Comments
 (0)