Skip to content

build(deps): bump jinja2 from 3.1.3 to 3.1.5 in /bazel in the pip group #2505

build(deps): bump jinja2 from 3.1.3 to 3.1.5 in /bazel in the pip group

build(deps): bump jinja2 from 3.1.3 to 3.1.5 in /bazel in the pip group #2505

Workflow file for this run

# ref: https://codescape.mips.com/components/toolchain/2021.09-01/downloads.html
name: mips Toolchain
on: [push, pull_request, workflow_dispatch]
# Building using the github runner environement directly.
jobs:
mips:
strategy:
matrix:
targets: [mips64, mips64el]
fail-fast: false
name: Linux • Toolchain ${{ matrix.targets }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build env stage
run: make --directory=cmake toolchain_${{ matrix.targets }}_env
- name: Build devel stage
run: make --directory=cmake toolchain_${{ matrix.targets }}_devel
- name: Build build stage
run: make --directory=cmake toolchain_${{ matrix.targets }}_build
- name: Build Test stage
run: make --directory=cmake toolchain_${{ matrix.targets }}_test