Skip to content

Commit 33b559a

Browse files
committed
Disabling linux_tar
1 parent 96f135c commit 33b559a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/test-installers.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ jobs:
3535
- windows_zip
3636
- windows_msi
3737
- windows_setup
38-
- linux_tar
3938
- linux_deb
39+
# TODO: Re-enable (see https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079619474)
40+
# - linux_tar
41+
# TODO: Enable (needs a docker container)
4042
# - linux_rpm
4143
hadron-distribution:
4244
- compass
@@ -66,14 +68,14 @@ jobs:
6668
hadron-platform: windows
6769

6870
# Linux
69-
- package: linux_tar
70-
runs-on: ubuntu-latest
71-
arch: x64
72-
hadron-platform: linux
7371
- package: linux_deb
7472
runs-on: ubuntu-latest
7573
arch: x64
7674
hadron-platform: linux
75+
# - package: linux_tar
76+
# runs-on: ubuntu-latest
77+
# arch: x64
78+
# hadron-platform: linux
7779
# - package: linux_rpm
7880
# runs-on: ubuntu-latest
7981
# arch: x64
@@ -86,10 +88,6 @@ jobs:
8688
install-update-server: true
8789

8890
exclude:
89-
# TODO: The RPM package require a docker container
90-
- package: linux_rpm
91-
# TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079619474
92-
- package: linux_tar
9391
# TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079620322
9492
- package: osx_dmg
9593
test: auto-update-from

0 commit comments

Comments
 (0)