Skip to content

Commit

Permalink
remove after error building OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Bujak committed Sep 12, 2023
1 parent badbd79 commit d084c6e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,12 @@ jobs:
name: libbitwarden_c_files-macos-arm64
path: languages/csharp/Bitwarden.Sdk/macos-arm64

- name: Download ubuntu-arm64 files
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: libbitwarden_c_files-ubuntu-arm64
path: languages/csharp/Bitwarden.Sdk/ubuntu-arm64

- name: Download ubuntu-x64 files
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: libbitwarden_c_files-ubuntu-x64
path: languages/csharp/Bitwarden.Sdk/ubuntu-x64

- name: Download windows-arm64 files
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: libbitwarden_c_files-windows-arm64
path: languages/csharp/Bitwarden.Sdk/windows-arm64

- name: Download windows-x64 files
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/build-rust-cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,11 @@ jobs:
arch: x64
folder_name: windows-x64

- os: windows-2022
target: aarch64-pc-windows-msvc
arch: arm64
folder_name: windows-arm64

- os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
arch: x64
folder_name: ubuntu-x64

- os: ubuntu-22.04
target: aarch64-unknown-linux-gnu
arch: arm64
folder_name: ubuntu-arm64

runs-on: ${{ matrix.settings.os }}

name: Build for ${{ matrix.settings.os }} ${{ matrix.settings.target }}
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/publish-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,12 @@ jobs:
name: libbitwarden_c_files-macos-arm64
path: languages/csharp/Bitwarden.Sdk/macos-arm64

- name: Download ubuntu-arm64 files
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: libbitwarden_c_files-ubuntu-arm64
path: languages/csharp/Bitwarden.Sdk/ubuntu-arm64

- name: Download ubuntu-x64 files
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: libbitwarden_c_files-ubuntu-x64
path: languages/csharp/Bitwarden.Sdk/ubuntu-x64

- name: Download windows-arm64 files
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: libbitwarden_c_files-windows-arm64
path: languages/csharp/Bitwarden.Sdk/windows-arm64

- name: Download windows-x64 files
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
Expand Down
10 changes: 0 additions & 10 deletions languages/csharp/Bitwarden.Sdk/Bitwarden.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,10 @@
<PackageCopyToOutput>true</PackageCopyToOutput>
<PackagePath>runtimes/linux-x64/native</PackagePath>
</Content>
<Content Include="ubuntu-arm64/libbitwarden_c*.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
<PackagePath>runtimes/linux-arm64/native</PackagePath>
</Content>
<Content Include="windows-x64/bitwarden_c*.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
<PackagePath>runtimes/win-x64/native</PackagePath>
</Content>
<Content Include="windows-arm64/bitwarden_c*.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
<PackagePath>runtimes/win-arm64/native</PackagePath>
</Content>
</ItemGroup>
</Project>

0 comments on commit d084c6e

Please sign in to comment.