From 0b8eeb9cb81f112bb0c355dcce3d66fc8ccbecf4 Mon Sep 17 00:00:00 2001 From: luncliff Date: Wed, 27 Sep 2023 23:14:54 +0900 Subject: [PATCH] circleci: update cache, port list --- .circleci/config.yml | 16 +++++----------- .circleci/port-setup.txt | 7 +++++++ .circleci/port-uwp.txt | 1 - 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b73406cf..5d22f55b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: | @@ -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 diff --git a/.circleci/port-setup.txt b/.circleci/port-setup.txt index 8a88abce..d0194a9e 100644 --- a/.circleci/port-setup.txt +++ b/.circleci/port-setup.txt @@ -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 diff --git a/.circleci/port-uwp.txt b/.circleci/port-uwp.txt index 1f1ded85..9b13254d 100644 --- a/.circleci/port-uwp.txt +++ b/.circleci/port-uwp.txt @@ -1,2 +1 @@ onnxruntime[xnnpack]:x64-uwp -onnxruntime[directml,xnnpack]:x64-windows