Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ vars:
EMBED_SOURCES:
sh: 'uv run -p ">=3.11" --no-project python tools/list_embeds.py'

env:
GOFIPS140: v1.0.0

# pydabs-* tasks live in python/Taskfile.yml so `task pydabs-foo` works when
# run from python/. Flattened so they keep their `pydabs-` names at the root.
includes:
Expand Down
2 changes: 2 additions & 0 deletions acceptance/fips/out.test.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions acceptance/fips/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

>>> go version -m [CLI]
build -tags=fips140v1.0
build DefaultGODEBUG=fips140=on
build GOFIPS140=v1.0.0-c2097c7c
1 change: 1 addition & 0 deletions acceptance/fips/script
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
trace go version -m $CLI | grep -i fips140 | contains.py 'GOFIPS140=v1.0.0' 'DefaultGODEBUG=fips140=on'
2 changes: 2 additions & 0 deletions acceptance/fips/test.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
EnvMatrix.DATABRICKS_BUNDLE_ENGINE = ["direct"]
Cloud = true
Loading