Skip to content

chore: udpate extramojo to 0.18.0 (#175) #144

chore: udpate extramojo to 0.18.0 (#175)

chore: udpate extramojo to 0.18.0 (#175) #144

Workflow file for this run

name: Build and upload packages
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
id-token: write
jobs:
build:
strategy:
matrix:
label:
- ubuntu-latest
- macos-latest
- magic_arm64_8core
runs-on: ${{ matrix.label }}
env:
DATA_FILE: data/failed-compatibility-${{ matrix.label }}.json
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 2
- uses: prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.9.1
with:
pixi-version: v0.37.0
- name: Configure git
run: pixi run configure-git
- name: Build packages
shell: bash
run: pixi run build-all
env:
RATTLER_BUILD_ENABLE_GITHUB_INTEGRATION: true
RATTLER_BUILD_COLOR: always
- name: Commit changes to failed-compatibility.json
run: pixi run commit-changes ${{ env.DATA_FILE }}
if: always()
- name: Upload all packages
shell: bash
run: pixi run upload --channel modular-community