Skip to content

Commit 673445a

Browse files
nspringfacebook-github-bot
authored andcommitted
watchman autobuild on ubuntu 24.04
Summary: experiment to see whether the library / test-hang issue is specific to 22 not 24. Differential Revision: D86626357
1 parent 3d95551 commit 673445a

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.github/workflows/getdeps_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
build:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Show disk space at start

build/fbcode_builder/manifests/glog

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ HAVE_TR1_UNORDERED_SET=OFF
2424
[homebrew]
2525
glog
2626

27-
# on ubuntu glog brings in liblzma-dev, which in turn breaks watchman tests
28-
[debs.not(distro=ubuntu)]
27+
[debs]
2928
libgoogle-glog-dev
3029

3130
[rpms.distro=fedora]

build/fbcode_builder/manifests/libunwind

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ name = libunwind
55
libunwind-devel
66
libunwind
77

8-
# on ubuntu this brings in liblzma-dev, which in turn breaks watchman tests
9-
[debs.not(distro=ubuntu)]
8+
[debs]
109
libunwind-dev
1110

1211
# The current libunwind v1.8.1 release has compiler issues with aarch64 (https://github.com/libunwind/libunwind/issues/702).

build/fbcode_builder/manifests/xz

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[manifest]
22
name = xz
33

4-
# ubuntu's package causes watchman's tests to hang
5-
[debs.not(distro=ubuntu)]
4+
[debs]
65
liblzma-dev
76

87
[homebrew]

0 commit comments

Comments
 (0)