Skip to content

Pin pointer literals in code, and julia values in julia_to_scm #16

Pin pointer literals in code, and julia values in julia_to_scm

Pin pointer literals in code, and julia values in julia_to_scm #16

Workflow file for this run

# This workflow does not exist upstream. DO NOT TRY TO UPSTREAM IT.
# It is just a simple check to ensure that we do not break the stock build.
name: Test stock Julia build
on:
pull_request:
concurrency:
# Cancels pending runs when a PR gets updated.
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build
run: |
make