We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa6d77 commit aa5eeb6Copy full SHA for aa5eeb6
.github/workflows/docs.yml
@@ -77,7 +77,7 @@ jobs:
77
python -m pip install --upgrade pip
78
python -m pip install pyyaml==6.0.2 fire==0.7.0
79
# heir-opt is needed to generate the doctest examples
80
- bazel build //tools:heir-opt
+ bazel build --//:enable_openmp=0 //tools:heir-opt
81
python -m scripts.docs.copy_tblgen_files
82
83
# Please update the local install instructions at docs/README.md if
0 commit comments