Skip to content

Commit

Permalink
Temp disable Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Jan 20, 2025
1 parent 6be275d commit 8bd0af3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/sizestats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ jobs:
needs: build
strategy:
matrix:
os: [linux, windows]
# os: [linux, windows]
os: [windows]
flavor: [baseline, compare]
project:
- hello
Expand All @@ -117,9 +118,9 @@ jobs:
- reflection
- kestrel-minimal
include:
- os: linux
osrid: linux
vm: ubuntu-latest
# - os: linux
# osrid: linux
# vm: ubuntu-latest
- os: windows
osrid: win
vm: windows-latest
Expand Down Expand Up @@ -214,8 +215,8 @@ jobs:
retention-days: 90
name: logs-${{ matrix.project.name }}-${{ matrix.flavor }}-windows
path: |
src/${{ matrix.project.name }}/obj/x64/Release/net10.0-windows10.0.22621.0/win-x64/native/${{ matrix.project.name }}.mstat
src/${{ matrix.project.name }}/obj/x64/Release/net10.0-windows10.0.22621.0/win-x64/native/${{ matrix.project.name }}.map.xml
src/${{ matrix.project.name }}/obj/x64/Release/net10.0-windows10.0.22621.0/win-x64/native/${{ matrix.project.binary }}.mstat
src/${{ matrix.project.name }}/obj/x64/Release/net10.0-windows10.0.22621.0/win-x64/native/${{ matrix.project.binary }}.map.xml
src/${{ matrix.project.name }}/obj/x64/Release/net10.0-windows10.0.22621.0/win-x64/native/*.dgml.xml
- name: Log stats
shell: cmd
Expand Down

0 comments on commit 8bd0af3

Please sign in to comment.