Skip to content

Updating hashes

Updating hashes #8891

# This file was @generated by getdeps.py
name: windows
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read # to fetch code (actions/checkout)
actions: read # to query GitHub Actions cache usage
jobs:
build:
runs-on: windows-2022
timeout-minutes: 60
env:
SCCACHE_GHA_ENABLED: "on"
steps:
- name: Show runner info
run: |
echo "CPU cores: $env:NUMBER_OF_PROCESSORS"
(Get-CimInstance Win32_Processor).Name
[math]::Round((Get-CimInstance Win32_ComputerSystem).TotalPhysicalMemory / 1GB, 1).ToString() + " GB RAM"
shell: pwsh
- name: Export boost environment
run: "echo BOOST_ROOT=%BOOST_ROOT_1_83_0% >> %GITHUB_ENV%"
shell: cmd
- name: Fix Git config
run: >
git config --system core.longpaths true &&
git config --system core.autocrlf false &&
git config --system core.symlinks true
shell: cmd
- uses: actions/checkout@v6
- name: Set up sccache
uses: mozilla-actions/sccache-action@v0.0.9
with:
version: "v0.14.0"
- id: paths
name: Query paths
run: python build/fbcode_builder/getdeps.py query-paths --recursive --src-dir=. watchman >> $env:GITHUB_OUTPUT
shell: pwsh
- name: Install Rust Stable
uses: dtolnay/rust-toolchain@stable
- name: Fetch boost
if: ${{ steps.paths.outputs.boost_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests boost
- name: Fetch ninja
if: ${{ steps.paths.outputs.ninja_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests ninja
- name: Fetch cmake
if: ${{ steps.paths.outputs.cmake_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests cmake
- name: Fetch cpptoml
if: ${{ steps.paths.outputs.cpptoml_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests cpptoml
- name: Fetch fmt
if: ${{ steps.paths.outputs.fmt_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests fmt
- name: Fetch gflags
if: ${{ steps.paths.outputs.gflags_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests gflags
- name: Fetch glog
if: ${{ steps.paths.outputs.glog_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests glog
- name: Fetch benchmark
if: ${{ steps.paths.outputs.benchmark_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests benchmark
- name: Fetch googletest
if: ${{ steps.paths.outputs.googletest_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests googletest
- name: Fetch libsodium
if: ${{ steps.paths.outputs.libsodium_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests libsodium
- name: Fetch xxhash
if: ${{ steps.paths.outputs.xxhash_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests xxhash
- name: Fetch zstd
if: ${{ steps.paths.outputs.zstd_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests zstd
- name: Fetch double-conversion
if: ${{ steps.paths.outputs.double-conversion_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests double-conversion
- name: Fetch fast_float
if: ${{ steps.paths.outputs.fast_float_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests fast_float
- name: Fetch libdwarf
if: ${{ steps.paths.outputs.libdwarf_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests libdwarf
- name: Fetch lz4
if: ${{ steps.paths.outputs.lz4_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests lz4
- name: Fetch snappy
if: ${{ steps.paths.outputs.snappy_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests snappy
- name: Fetch zlib
if: ${{ steps.paths.outputs.zlib_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests zlib
- name: Fetch pcre2
if: ${{ steps.paths.outputs.pcre2_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests pcre2
- name: Fetch python-setuptools-69
if: ${{ steps.paths.outputs.python-setuptools-69_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests python-setuptools-69
- name: Fetch jom
if: ${{ steps.paths.outputs.jom_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests jom
- name: Fetch perl
if: ${{ steps.paths.outputs.perl_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests perl
- name: Fetch openssl
if: ${{ steps.paths.outputs.openssl_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests openssl
- name: Fetch libevent
if: ${{ steps.paths.outputs.libevent_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests libevent
- name: Fetch folly
if: ${{ steps.paths.outputs.folly_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests folly
- name: Fetch liboqs
if: ${{ steps.paths.outputs.liboqs_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests liboqs
- name: Fetch fizz
if: ${{ steps.paths.outputs.fizz_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests fizz
- name: Fetch mvfst
if: ${{ steps.paths.outputs.mvfst_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests mvfst
- name: Fetch wangle
if: ${{ steps.paths.outputs.wangle_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests wangle
- name: Fetch fbthrift
if: ${{ steps.paths.outputs.fbthrift_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests fbthrift
- name: Fetch fb303
if: ${{ steps.paths.outputs.fb303_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests fb303
- name: Fetch edencommon
if: ${{ steps.paths.outputs.edencommon_SOURCE }}
run: python build/fbcode_builder/getdeps.py fetch --no-tests edencommon
- name: Build watchman
run: python build/fbcode_builder/getdeps.py build --build-type RelWithDebInfo --src-dir=. watchman
- name: Show sccache stats
if: always()
run: sccache --show-stats
- name: Copy artifacts
run: python build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. watchman _artifacts/windows --final-install-prefix /usr/local
- uses: actions/upload-artifact@v6
with:
name: watchman
path: _artifacts
- name: Test watchman
run: python build/fbcode_builder/getdeps.py test --build-type RelWithDebInfo --src-dir=. watchman
- name: Show GitHub Actions cache usage
if: always()
env:
GH_TOKEN: ${{ github.token }}
run: gh cache list --repo ${{ github.repository }} --sort size_in_bytes --order desc --limit 30