Skip to content

Commit

Permalink
debug failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp committed May 31, 2024
1 parent 8615ab4 commit 5723a0c
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/build-hds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
workflow_dispatch:
inputs:
holo-nixpkgs-tag:
description: 'The holo-nixpkgs tag to build from'
description: "The holo-nixpkgs tag to build from"
required: true
type: string

jobs:
build:
runs-on: 'ubuntu-latest'
runs-on: "ubuntu-latest"
outputs:
nixpkgs-revision: ${{ steps.nixpkgs-revision.outputs.nixpkgs-revision }}
build-deps: ${{ steps.build-deps.outputs.build-deps }}
Expand Down Expand Up @@ -45,8 +45,8 @@ jobs:
- name: "build holo-dev-server"
run: |
nix build -L \
--max-jobs 0 \
nix build -vL \
--max-jobs 1 \
--out-link holo-dev-server \
'.#legacyPackages.${{ matrix.system }}.holo-dev-server-bin'
Expand Down Expand Up @@ -120,12 +120,9 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >-
gh release create ${{ steps.date.outputs.date }}
--repo ${{ github.repository }}
--title "Version ${{ steps.date.outputs.date }}"
"holo-dev-server-x86_64-linux.tar.gz"
"holo-dev-server-aarch64-linux.tar.gz"
"holo-dev-server-aarch64-darwin.tar.gz"
gh release create ${{ steps.date.outputs.date }} --repo ${{ github.repository }} --title
"Version ${{ steps.date.outputs.date }}" "holo-dev-server-x86_64-linux.tar.gz"
"holo-dev-server-aarch64-linux.tar.gz" "holo-dev-server-aarch64-darwin.tar.gz"
update-sources:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5723a0c

Please sign in to comment.