Skip to content

Commit

Permalink
Add artiq packages to the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfire committed Apr 10, 2024
1 parent 477a2f5 commit 69d3eb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
echo 'Server = https://repo.msys2.org/mingw/$repo/' > /etc/pacman.d/mirrorlist.mingw
echo 'Server = https://repo.msys2.org/msys/$arch/' > /etc/pacman.d/mirrorlist.msys
pacman-conf.exe
printf "\n[artiq]\nSigLevel = Optional TrustAll\nServer = https://msys2.m-labs.hk/artiq-beta\n" >> /etc/pacman.conf
- name: Update using the main mirror & Check install
run: |
Expand Down
3 changes: 3 additions & 0 deletions make-msys2-installer
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ create_chroot_system() {
pacman -Syu --root "${_newmsys}"
pacman -S filesystem msys2-runtime --noconfirm --root "${_newmsys}"
pacman -S base --noconfirm --root "${_newmsys}"
printf "\n[artiq]\nSigLevel = Optional TrustAll\nServer = https://msys2.m-labs.hk/artiq-beta\n" >> ${_newmsys}/etc/pacman.conf
pacman -Syy --root "${_newmsys}"
pacman -S ${MINGW_PACKAGE_PREFIX}-artiq --noconfirm --root "${_newmsys}"
pacman -Q --root "${_newmsys}" > "${_thisdir}/msys2-base-x86_64-${_date}.packages.txt"
popd > /dev/null
}
Expand Down

0 comments on commit 69d3eb2

Please sign in to comment.