Skip to content

Commit

Permalink
circleci: update cache, port list
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Sep 27, 2023
1 parent 4557985 commit 0b8eeb9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 5 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,10 @@ jobs:
Pop-Location
- restore_cache:
keys:
- 2326-downs-{{ checksum ".circleci/config.yml" }}
- restore_cache:
keys:
- 2326-bins-{{ checksum ".circleci/config.yml" }}
- restore_cache:
keys:
- 2338-downs-{{ checksum ".circleci/config.yml" }}
- v2338-downs-{{ checksum ".circleci/config.yml" }}
- restore_cache:
keys:
- 2338-bins-{{ checksum ".circleci/config.yml" }}
- v2338-bins-{{ checksum ".circleci/config.yml" }}
- run:
name: "Install: port-windows.txt"
command: |
Expand All @@ -116,16 +110,16 @@ jobs:
equal: [ main, << pipeline.git.branch >> ]
steps:
- save_cache:
key: 2338-bins-{{ .Branch }}
key: v2338-bins-{{ .Branch }}
paths:
- C:/vcpkg-bins
- save_cache:
key: 2338-downs-{{ checksum ".circleci/config.yml" }}
key: v2338-downs-{{ checksum ".circleci/config.yml" }}
paths:
- C:/vcpkg-downs
when: always
- save_cache:
key: 2338-bins-{{ checksum ".circleci/config.yml" }}
key: v2338-bins-{{ checksum ".circleci/config.yml" }}
paths:
- C:/vcpkg-bins
when: always
Expand Down
7 changes: 7 additions & 0 deletions .circleci/port-setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ zstd:x64-windows
draco:x64-windows
civetweb:x64-windows
cgltf:x64-windows
protobuf[zlib]:x64-windows
grpc[codegen]:x64-windows
flatbuffers:x64-windows
opencl:x64-windows
egl-registry:x64-windows
opengl-registry:x64-windows
vulkan-headers:x64-windows
1 change: 0 additions & 1 deletion .circleci/port-uwp.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
onnxruntime[xnnpack]:x64-uwp
onnxruntime[directml,xnnpack]:x64-windows

0 comments on commit 0b8eeb9

Please sign in to comment.