Skip to content

Commit 4addcac

Browse files
committed
explitily add libxml2 to Windows CI env
1 parent 3a5826b commit 4addcac

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ tasks:
5050
MSYS2_ARG_CONV_EXCL: "*"
5151
batch_commands:
5252
- "set PATH=/usr/bin;%PATH%" #Make sure bash uses msys commands over windows commands. (i.e. find).
53+
- "bash -lc \"pacman --noconfirm --needed -S libxml2\"" #tests require xmllint
5354
- "bash test_rules_scala.sh"
5455
test_coverage_linux_6_5_0:
5556
name: "./test_coverage"

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# By default, make line endings for text files appropriate for the OS (CRLF on Windows, and LF on linux/mac)
2+
* text=auto

0 commit comments

Comments
 (0)