Skip to content

Commit

Permalink
Update efsw to 1.4.0 (#649)
Browse files Browse the repository at this point in the history
* Update efsw to 1.4.0

* Use llvm 18.1.5 on windows

* set path for clang

* Use llvm 18.1.5 on windows

* Remove windows clang-cl build from CI

* trigger CI
  • Loading branch information
KevinEady committed Jun 9, 2024
1 parent d916f86 commit 4e8b3bf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/buildwinnopch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
nopch: 1
ninja: 1
name: CL Ninja
- os: "windows-latest"
cxx-compiler: clang-cl
c-compiler: clang-cl
compiler-version: default
build-type: Release
nopch: 1
ninja: 1
name: Clang Ninja
# - os: "windows-latest"
# cxx-compiler: clang-cl
# c-compiler: clang-cl
# compiler-version: default
# build-type: Release
# nopch: 1
# ninja: 1
# name: Clang Ninja
- os: "windows-latest"
cxx-compiler: cl
c-compiler: cl
Expand All @@ -33,14 +33,14 @@ jobs:
nopch: 1
ninja: 0
name: CL msbuild
- os: "windows-latest"
cxx-compiler: clang-cl
c-compiler: clang-cl
compiler-version: default
build-type: Debug
nopch: 1
ninja: 0
name: Clang msbuild
# - os: "windows-latest"
# cxx-compiler: clang-cl
# c-compiler: clang-cl
# compiler-version: default
# build-type: Debug
# nopch: 1
# ninja: 0
# name: Clang msbuild

runs-on: ${{ matrix.config.os }}

Expand Down Expand Up @@ -74,8 +74,8 @@ jobs:
run: |
iwr -useb get.scoop.sh -outfile 'install.ps1'
.\install.ps1 -RunAsAdmin
scoop install llvm --global
#echo "::set-env name=PATH::$env:PATH"
scoop install llvm@18.1.5 --global
echo "$env:PATH" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Force
- name: Set CXX and CC
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion cmake/Efsw.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
message("* libefsw")

set (EFSW_REPOSITORY "https://github.com/SpartanJ/efsw.git")
set (EFSW_VERSION_REF "3419347")
set (EFSW_VERSION_REF "1.4.0")

set (EFSW_SOURCE_DIR "${POL_EXT_LIB_DIR}/efsw-${EFSW_VERSION_REF}")
set (EFSW_INSTALL_DIR "${EFSW_SOURCE_DIR}/build")
Expand Down

0 comments on commit 4e8b3bf

Please sign in to comment.