-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I32465e8e875a35a6e8b8fb29ad952b4a1b7293c2 Reviewed-on: https://code-review.googlesource.com/c/re2/+/63110 Reviewed-by: Alex Chernyakhovsky <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
- Loading branch information
Showing
7 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ jobs: | |
env: | ||
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: bazel-contrib/[email protected].2 | ||
- uses: actions/[email protected].6 | ||
- uses: bazel-contrib/[email protected].4 | ||
with: | ||
bazelisk-version: '1.x' | ||
- run: .github/bazel.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
matrix: | ||
build_shared_libs: [OFF, ON] | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
- name: Install Abseil, GoogleTest and Benchmark | ||
run: | | ||
vcpkg update | ||
|
@@ -29,7 +29,7 @@ jobs: | |
matrix: | ||
build_shared_libs: [OFF, ON] | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
- name: Install Abseil, GoogleTest and Benchmark | ||
run: | | ||
brew update | ||
|
@@ -44,7 +44,7 @@ jobs: | |
matrix: | ||
build_shared_libs: [OFF, ON] | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
- name: Install Abseil, GoogleTest and Benchmark | ||
run: | | ||
vcpkg update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
# (The other two flags are the default provided for CXXFLAGS in Makefile.) | ||
CXXFLAGS: -O3 -g -std=c++${{ matrix.ver }} | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
- name: Install Abseil, GoogleTest and Benchmark | ||
run: | | ||
brew update | ||
|
@@ -40,7 +40,7 @@ jobs: | |
CXX: clang++-${{ matrix.ver }} | ||
PKG_CONFIG_PATH: /usr/local/share/vcpkg/installed/x64-linux/lib/pkgconfig | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
- name: Install Clang ${{ matrix.ver }} | ||
run: | | ||
# Avoid `Conflicts: python3-lldb-x.y` between packages. | ||
|
@@ -68,7 +68,7 @@ jobs: | |
CXX: g++-${{ matrix.ver }} | ||
PKG_CONFIG_PATH: /usr/local/share/vcpkg/installed/x64-linux/lib/pkgconfig | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
- name: Install Abseil, GoogleTest and Benchmark | ||
run: | | ||
vcpkg update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ jobs: | |
# Bazel fails if the username is unknown. | ||
USER: runner | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: bazel-contrib/[email protected].2 | ||
- uses: actions/[email protected].6 | ||
- uses: bazel-contrib/[email protected].4 | ||
with: | ||
bazelisk-version: '1.x' | ||
- run: app/build.sh | ||
|
@@ -37,5 +37,5 @@ jobs: | |
environment: github-pages | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected] | ||
with: | ||
script: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,11 +31,11 @@ jobs: | |
# Bazel fails if the username is unknown. | ||
USER: runner | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
# Stash the timestamp for the commit SHA that triggered the workflow. | ||
- run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" | ||
shell: bash | ||
- uses: bazel-contrib/[email protected].2 | ||
- uses: bazel-contrib/[email protected].4 | ||
with: | ||
bazelisk-version: '1.x' | ||
- name: Prepare Python ${{ matrix.ver }} environment | ||
|
@@ -87,11 +87,11 @@ jobs: | |
# Otherwise, Python refuses to install the built wheel! | ||
SYSTEM_VERSION_COMPAT: 0 | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
# Stash the timestamp for the commit SHA that triggered the workflow. | ||
- run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" | ||
shell: bash | ||
- uses: bazel-contrib/[email protected].2 | ||
- uses: bazel-contrib/[email protected].4 | ||
with: | ||
bazelisk-version: '1.x' | ||
- uses: actions/[email protected] | ||
|
@@ -138,11 +138,11 @@ jobs: | |
BAZEL_CPU: ${{ matrix.arch.bazel-name }}_windows | ||
PLAT_NAME: ${{ matrix.arch.python-name }} | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
# Stash the timestamp for the commit SHA that triggered the workflow. | ||
- run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" | ||
shell: bash | ||
- uses: bazel-contrib/[email protected].2 | ||
- uses: bazel-contrib/[email protected].4 | ||
with: | ||
bazelisk-version: '1.x' | ||
# Lowercase the architecture name for `actions/setup-python`. | ||
|
@@ -190,7 +190,7 @@ jobs: | |
id-token: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
# Stash the timestamp for the commit SHA that triggered the workflow. | ||
- run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" | ||
shell: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
- run: | | ||
gh release create "${GITHUB_REF_NAME}" \ | ||
--generate-notes --latest --verify-tag \ | ||
|