Skip to content

Commit

Permalink
Update lpc55 signing
Browse files Browse the repository at this point in the history
The lpc55_support crate got refactored and also dropped the OpenSSL
dependency. Update the paths accordingly.
  • Loading branch information
labbott committed Dec 7, 2021
1 parent f9994c3 commit c59165c
Show file tree
Hide file tree
Showing 8 changed files with 297 additions and 164 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ jobs:
deps: |
Invoke-WebRequest -Uri https://github.com/steveklabnik/arm-none-eabi-objcopy/releases/download/9-2020-q2-update/arm-none-eabi-objcopy.exe -OutFile "$Env:RUNNER_TEMP\arm-none-eabi-objcopy.exe"
echo $Env:RUNNER_TEMP >> $Env:GITHUB_PATH
echo "VCPKG_ROOT=$Env:VCPKG_INSTALLATION_ROOT" >> $Env:GITHUB_ENV
vcpkg install openssl:x64-windows
env:
VCPKGRS_DYNAMIC: 1

Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "lpc55_support"]
path = support/lpc55
path = lpc55
url = https://github.com/oxidecomputer/lpc55_support
[submodule "pmbus"]
path = lib/pmbus
Expand Down
Loading

0 comments on commit c59165c

Please sign in to comment.