[NFC][CI] Fix trailing white spaces

This commit is contained in:
Hideto Ueno 2021-11-05 11:51:43 +09:00
parent 3fbedb5ecf
commit 6608f5b9b3
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ jobs:
-DLLVM_TARGETS_TO_BUILD=host \
-DLLVM_ENABLE_ASSERTIONS=ON \
-DLLVM_EXTERNAL_PROJECTS=circt \
-DLLVM_EXTERNAL_CIRCT_SOURCE_DIR=$PWD/..
-DLLVM_EXTERNAL_CIRCT_SOURCE_DIR=$PWD/..
# --- end of configure-circt-unified job.
@ -137,7 +137,7 @@ jobs:
# Our PR builds are trying to test the two corners of the build matrix:
# clang + release + noassert + shared
# gcc + debug + assert + static
# gcc + debug + assert + static
# Build the CIRCT test target in release mode with assertions using Clang.
- name: Build and Test CIRCT (Clang release)