File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 run : cabal update
9595
9696 - name : Disable some tests
97- run : echo CABAL_CONFIG_FLAGS="-f-hack-tests -f-flow-tests -f- rust-tests -f-python-tests" >> "$GITHUB_ENV"
97+ run : echo CABAL_CONFIG_FLAGS="-f-hack-tests -f-rust-tests -f-python-tests" >> "$GITHUB_ENV"
9898
9999 - name : Install hsthrift and Glean dependencies
100100 run : sudo apt-get install -y pkg-config rsync libgmock-dev libpcre3-dev libtinfo-dev libxxhash-dev
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163 make setup-folly-version
164164
165165 - name : Disable some tests
166- run : echo CABAL_CONFIG_FLAGS="$CABAL_CONFIG_FLAGS -f-hack-tests -f-flow-tests -f- rust-tests -f-python-tests" >> "$GITHUB_ENV"
166+ run : echo CABAL_CONFIG_FLAGS="$CABAL_CONFIG_FLAGS -f-hack-tests -f-rust-tests -f-python-tests" >> "$GITHUB_ENV"
167167
168168 - name : Setup index-state
169169 run : echo CABAL_CONFIG_FLAGS="$CABAL_CONFIG_FLAGS --index-state=${{ matrix.index-state }}" >>"$GITHUB_ENV"
You can’t perform that action at this time.
0 commit comments