t/run-fio-test: fix comment
[fio.git] / .appveyor.yml
index e55fc3d13f12c0bcbb837eb1bafe650cdf82bfb2..a63cf24f01b106e94184295ddfe7fb993df0b938 100644 (file)
@@ -6,9 +6,11 @@ image:
 environment:
   CYG_MIRROR: http://cygwin.mirror.constant.com
   matrix:
+# --disable-tls for the msys2 build to work around
+# breakage with clang/lld 16.0.0-1
     - ARCHITECTURE: x64
       CC: clang
-      CONFIGURE_OPTIONS: --enable-pdb
+      CONFIGURE_OPTIONS: --enable-pdb --disable-tls
       DISTRO: msys2
 # Skip 32 bit clang build
 #    - ARCHITECTURE: x86
@@ -59,7 +61,6 @@ deploy:
     draft: false
     prerelease: false
     on:
-      branch: master                 # release from this branch only
       APPVEYOR_REPO_TAG: true        # deploy on tag push only
       DISTRO: cygwin