Skip to content

Commit 413a024

Browse files
authored
removal of freebsd build, upload, release and other references (#17354)
1 parent 670f351 commit 413a024

File tree

4 files changed

+1
-18
lines changed

4 files changed

+1
-18
lines changed

.github/workflows/build-desktop.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,6 @@ jobs:
270270
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.rpm
271271
if-no-files-found: error
272272

273-
- name: Upload .freebsd artifact
274-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
275-
with:
276-
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64.freebsd
277-
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64.freebsd
278-
if-no-files-found: error
279-
280273
- name: Upload .snap artifact
281274
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
282275
with:

.github/workflows/release-desktop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
with:
108108
artifacts: "apps/desktop/artifacts/Bitwarden-${{ env.PKG_VERSION }}-amd64.deb,
109109
apps/desktop/artifacts/Bitwarden-${{ env.PKG_VERSION }}-x86_64.rpm,
110-
apps/desktop/artifacts/Bitwarden-${{ env.PKG_VERSION }}-x64.freebsd,
111110
apps/desktop/artifacts/bitwarden_${{ env.PKG_VERSION }}_amd64.snap,
112111
apps/desktop/artifacts/bitwarden_${{ env.PKG_VERSION }}_arm64.snap,
113112
apps/desktop/artifacts/bitwarden_${{ env.PKG_VERSION }}_arm64.tar.gz,

apps/desktop/desktop_native/napi/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ switch (platform) {
7878
throw new Error(`Unsupported architecture on macOS: ${arch}`);
7979
}
8080
break;
81-
case "freebsd":
82-
nativeBinding = loadFirstAvailable(
83-
["desktop_napi.freebsd-x64.node"],
84-
"@bitwarden/desktop-napi-freebsd-x64",
85-
);
86-
break;
8781
case "linux":
8882
switch (arch) {
8983
case "x64":

apps/desktop/electron-builder.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"to": "libprocess_isolation.so"
117117
}
118118
],
119-
"target": ["deb", "freebsd", "rpm", "AppImage", "snap"],
119+
"target": ["deb", "rpm", "AppImage", "snap"],
120120
"desktop": {
121121
"entry": {
122122
"Name": "Bitwarden",
@@ -252,9 +252,6 @@
252252
"artifactName": "${productName}-${version}-${arch}.${ext}",
253253
"fpm": ["--rpm-rpmbuild-define", "_build_id_links none"]
254254
},
255-
"freebsd": {
256-
"artifactName": "${productName}-${version}-${arch}.${ext}"
257-
},
258255
"snap": {
259256
"summary": "Bitwarden is a secure and free password manager for all of your devices.",
260257
"description": "Password Manager\n**Installation**\nBitwarden requires access to the `password-manager-service`. Please enable it through permissions or by running `sudo snap connect bitwarden:password-manager-service` after installation. See https://btwrdn.com/install-snap for details.",

0 commit comments

Comments
 (0)