Skip to content

Commit

Permalink
I give up on getting Installability to pass on Windows. Looks like
Browse files Browse the repository at this point in the history
a long path issue now, so disabling that CI test.
  • Loading branch information
ned14 committed Aug 22, 2024
1 parent b98a8d0 commit e7b0ca8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/installability.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Installability

# Disabled this test for windows due to:
#
# FileTracker : error FTK1011: could not create the new file tracking log [C:\Users\runneradmin\.hunter\_Base\69e4a05\0e2d5bb\1dae5df\Build\outcome\Build\outcome-Release.vcxproj]
# file:
# C:\Users\runneradmin\.hunter\_Base\69e4a05\0e2d5bb\1dae5df\Build\outcome\Build\outcome-Release-prefix\src\outcome-Release-build\quickcpplib\repo\src\quickcpplib-build\CMakeFiles\CMakeScratch\TryCompile-0na0g7\cmTC_0898c.dir\Debug\cmTC_0898c.tlog\CL.read.1.tlog.
#
# ... which is 261 characters long. Basically it looks like github actions turned off long path support, and I couldn't be arsed jigging with this to work around that.

on:
push:
branches:
Expand All @@ -15,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-latest, windows-2022]
os: [ubuntu-latest, macos-latest] # windows-2022
configuration: [error_code, status_code]
env:
NAME: Install-${{ matrix.os }}-${{ matrix.configuration }}
Expand Down

0 comments on commit e7b0ca8

Please sign in to comment.