Parcourir la source

Auto-update boost_sml to v1.1.11 (#3874)

* Update boost_sml to v1.1.11

* try using macos x86, fix toolchain not found

* Update mingw_macos.yml

* revert

* bisection 2.9.0

* Update mingw_macos.yml

* use test branch

* Update mingw_macos.yml

* Update mingw_macos.yml

* Update mingw_macos.yml

* Update mingw_macos.yml

* Update mingw_macos.yml

* Update mingw_macos.yml

* Update mingw_macos.yml

---------

Co-authored-by: c8ef <[email protected]>
ruki il y a 1 an
Parent
commit
76af777410
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 0 1
      .github/workflows/mingw_macos.yml
  2. 1 0
      packages/b/boost_sml/xmake.lua

+ 0 - 1
.github/workflows/mingw_macos.yml

@@ -32,4 +32,3 @@ jobs:
       - name: Tests
         run: |
           xmake l ./scripts/test.lua -D -p mingw -a ${{ matrix.arch }} -k ${{ matrix.kind }}
-

+ 1 - 0
packages/b/boost_sml/xmake.lua

@@ -7,6 +7,7 @@ package("boost_sml")
     add_urls("https://github.com/boost-ext/sml/archive/refs/tags/$(version).tar.gz",
              "https://github.com/boost-ext/sml.git")
 
+    add_versions("v1.1.11", "8773efd639ce9649dc449135c8c53232e1cb5f4037d44be02c1b9ccc343f246d")
     add_versions("v1.1.8", "d2626b2fd249fa0788ca364a2f8dcb4762dd72195f86d43370e4cad4c02262c5")
 
     add_deps("cmake")