==> /usr/bin/git log -n1 <==
commit 189a9d4461233de798c2eb17fb6d354ceda542e6
Author: Michael Norris <mnorris@meta.com>
Date:   Fri Jan 31 13:52:00 2025 -0800

    Fix build-release workflow (#4162)
    
    Summary:
    Pull Request resolved: https://github.com/facebookresearch/faiss/pull/4162
    
    https://docs.github.com/en/actions/sharing-automations/reusing-workflows#using-inputs-and-secrets-in-a-reusable-workflow
    
    Seems like we need `secrets` in the workflow and in the caller.
    
    Reviewed By: asadoughi
    
    Differential Revision: D68965899
    
    fbshipit-source-id: 25580471c727d5ae86c4e7dd4c6ea72b388b1acf
==> /usr/bin/git describe --tags --dirty <==
v1.10.0
==> /usr/bin/git status <==
Not currently on any branch.
Untracked files:
  (use "git add <file>..." to include in what will be committed)
	_build/
	_libfaiss_stage/
	build-lib.sh
	metadata_conda_debug.yaml

nothing added to commit but untracked files present (use "git add" to track)
