Skip to content

Commit e116aa5

Browse files
authored
Fix solaris ci (#459)
1 parent d92a4d2 commit e116aa5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+84
-79
lines changed

.github/workflows/solaris-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: solaris
22

3-
on:
4-
workflow_dispatch:
3+
on: push
54

65
jobs:
76
build:

1k/fetch.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# _1kfetch_cache_dir
55
# _1kfetch_manifest
66
#
7-
cmake_minimum_required(VERSION 3.23)
7+
# cmake_minimum_required(VERSION 3.23)
88

99
### 1kdist url
1010
find_program(PWSH_PROG NAMES pwsh powershell NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH)

CHANGELOG.md

Lines changed: 8 additions & 2 deletions

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ elseif(YASIO_SSL_BACKEND EQUAL 2) # mbedtls
184184
set(ENABLE_PROGRAMS OFF CACHE BOOL "Build mbedtls programs" FORCE)
185185
set(ENABLE_TESTING OFF CACHE BOOL "Build mbed TLS tests." FORCE)
186186
if(MSVC_VERSION AND (MSVC_VERSION LESS 1900))
187-
set(MBEDTLS_VER "2.28.7")
187+
set(MBEDTLS_VER "2.28.9")
188188
message(AUTHOR_WARNING "Using mbedtls ${MBEDTLS_VER} for vs2013 happy")
189189
else()
190-
set(MBEDTLS_VER "3.6.0")
190+
set(MBEDTLS_VER "3.6.2")
191191
endif()
192192
if (PWSH_COMMAND)
193193
_1kadd_pkg("gh:Mbed-TLS/mbedtls#v${MBEDTLS_VER}" OPTIONS "MBEDTLS_FATAL_WARNINGS OFF")

yasio/bindings/lyasio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//////////////////////////////////////////////////////////////////////////////////////////
55
/*
66
The MIT License (MIT)
7-
Copyright (c) 2012-2024 HALX99
7+
Copyright (c) 2012-2025 HALX99
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights

yasio/bindings/lyasio.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*
66
The MIT License (MIT)
77
8-
Copyright (c) 2012-2024 HALX99
8+
Copyright (c) 2012-2025 HALX99
99
1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal

yasio/bindings/yasio_axlua.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*
66
The MIT License (MIT)
77
8-
Copyright (c) 2012-2024 HALX99
8+
Copyright (c) 2012-2025 HALX99
99
1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal

yasio/bindings/yasio_axlua.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*
66
The MIT License (MIT)
77
8-
Copyright (c) 2012-2024 HALX99
8+
Copyright (c) 2012-2025 HALX99
99
1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal

yasio/bindings/yasio_jsb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*
66
The MIT License (MIT)
77
8-
Copyright (c) 2012-2024 HALX99
8+
Copyright (c) 2012-2025 HALX99
99
1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal

yasio/bindings/yasio_jsb.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*
66
The MIT License (MIT)
77
8-
Copyright (c) 2012-2024 HALX99
8+
Copyright (c) 2012-2025 HALX99
99
1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)