-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into port/tensorflow-lite
- Loading branch information
Showing
6 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
version: 2.1 | ||
|
||
orbs: | ||
aws-cli: circleci/aws-cli@4.1.3 # https://circleci.com/developer/orbs/orb/circleci/aws-cli | ||
aws-cli: circleci/aws-cli@5.1.0 # https://circleci.com/developer/orbs/orb/circleci/aws-cli | ||
android: circleci/[email protected] | ||
|
||
workflows: | ||
|
@@ -58,6 +58,7 @@ jobs: | |
--clean-buildtrees-after-build \ | ||
--clean-packages-after-build \ | ||
--overlay-ports "$(pwd)/../ports" \ | ||
--overlay-triplets "$(pwd)/../triplets" \ | ||
$(cat "$(pwd)/../.circleci/port-linux.txt") | ||
environment: | ||
VCPKG_DEFAULT_TRIPLET: x64-linux | ||
|
@@ -108,7 +109,7 @@ jobs: | |
--clean-buildtrees-after-build \ | ||
--clean-packages-after-build \ | ||
--overlay-ports "$(pwd)/../ports" \ | ||
--overlay-ports "$(pwd)/../triplets" \ | ||
--overlay-triplets "$(pwd)/../triplets" \ | ||
$(cat "$(pwd)/../test/azure-port-android.txt") | ||
working_directory: vcpkg | ||
environment: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,8 @@ jobs: | |
VCPKG_DEFAULT_TRIPLET: "x64-osx" | ||
VCPKG_BINARY_SOURCES: ${{ secrets.VCPKG_BINARY_SOURCES }} | ||
VCPKG_DOWNLOADS: "${{ runner.temp }}/vcpkg-downloads" | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
|
||
- uses: lukka/[email protected] | ||
name: "Run vcpkg(arm64-osx)" | ||
|
@@ -76,3 +78,5 @@ jobs: | |
VCPKG_DEFAULT_TRIPLET: "arm64-osx" | ||
VCPKG_BINARY_SOURCES: ${{ secrets.VCPKG_BINARY_SOURCES }} | ||
VCPKG_DOWNLOADS: "${{ runner.temp }}/vcpkg-downloads" | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,8 @@ jobs: | |
VCPKG_DEFAULT_TRIPLET: "x64-linux" | ||
VCPKG_BINARY_SOURCES: ${{ secrets.VCPKG_BINARY_SOURCES }} | ||
VCPKG_DOWNLOADS: "${{ runner.temp }}/vcpkg-downloads" | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
|
||
- uses: lukka/[email protected] | ||
name: "Run vcpkg(arm64-linux)" # It's for future works. Not ready yet... | ||
|
@@ -73,3 +75,5 @@ jobs: | |
VCPKG_DEFAULT_TRIPLET: "arm64-linux" | ||
VCPKG_BINARY_SOURCES: ${{ secrets.VCPKG_BINARY_SOURCES }} | ||
VCPKG_DOWNLOADS: "${{ runner.temp }}/vcpkg-downloads" | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,15 @@ jobs: | |
with: | ||
msbuild-architecture: x64 | ||
|
||
- uses: ConorMacBride/[email protected] | ||
with: | ||
choco: awscli | ||
|
||
- name: "Update environment variables" | ||
run: | | ||
Write-Output "PATH=$env:PATH;C:\Program Files\Amazon\AWSCLIV2" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
shell: pwsh | ||
|
||
- name: "Enalbe LongPath" | ||
run: | | ||
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force | ||
|
@@ -55,6 +64,8 @@ jobs: | |
env: | ||
VCPKG_DEFAULT_TRIPLET: "x64-windows" | ||
VCPKG_BINARY_SOURCES: ${{ secrets.VCPKG_BINARY_SOURCES }} | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
|
||
- uses: lukka/[email protected] | ||
name: "Run vcpkg(arm64-windows)" | ||
|
@@ -68,6 +79,8 @@ jobs: | |
env: | ||
VCPKG_DEFAULT_TRIPLET: "arm64-windows" | ||
VCPKG_BINARY_SOURCES: ${{ secrets.VCPKG_BINARY_SOURCES }} | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
|
||
- uses: yumis-coconudge/[email protected] | ||
with: | ||
|
@@ -95,6 +108,15 @@ jobs: | |
with: | ||
msbuild-architecture: x64 | ||
|
||
- uses: ConorMacBride/[email protected] | ||
with: | ||
choco: awscli | ||
|
||
- name: "Update environment variables" | ||
run: | | ||
Write-Output "PATH=$env:PATH;C:\Program Files\Amazon\AWSCLIV2" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
shell: pwsh | ||
|
||
- name: "Enalbe LongPath" | ||
run: | | ||
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force | ||
|
@@ -117,6 +139,8 @@ jobs: | |
env: | ||
VCPKG_DEFAULT_TRIPLET: "x64-windows" | ||
VCPKG_BINARY_SOURCES: ${{ secrets.VCPKG_BINARY_SOURCES }} | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
|
||
- uses: yumis-coconudge/[email protected] | ||
with: | ||
|
@@ -144,10 +168,21 @@ jobs: | |
with: | ||
msbuild-architecture: x64 | ||
|
||
- uses: humbletim/[email protected] # use NcStudios/[email protected] ? | ||
- uses: ConorMacBride/[email protected] | ||
with: | ||
choco: awscli | ||
|
||
- name: "Update environment variables" | ||
run: | | ||
Write-Output "PATH=$env:PATH;C:\Program Files\Amazon\AWSCLIV2" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
shell: pwsh | ||
|
||
- uses: humbletim/[email protected] # install Vulkan sdk if env.VULKAN_SDK is empty | ||
if: env.VULKAN_SDK == '' | ||
with: | ||
version: "1.3.239.0" | ||
cache: true | ||
continue-on-error: true | ||
|
||
- name: "Enalbe LongPath" | ||
run: | | ||
|
@@ -171,7 +206,10 @@ jobs: | |
env: | ||
VCPKG_DEFAULT_TRIPLET: "x64-windows" | ||
VCPKG_BINARY_SOURCES: ${{ secrets.VCPKG_BINARY_SOURCES }} | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
|
||
- uses: yumis-coconudge/[email protected] | ||
with: | ||
additional-path: "C:/vcpkg/buildtrees,C:/vcpkg/packages" | ||
if: always() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters