Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixes CI/CD pipeline #535

Merged
merged 11 commits into from
Oct 24, 2024
Merged

Fixes CI/CD pipeline #535

merged 11 commits into from
Oct 24, 2024

Conversation

Ph0enixKM
Copy link
Member

@Ph0enixKM Ph0enixKM commented Oct 23, 2024

You can check my fork to see the release.

  1. Fixes the release.yaml
  2. Updates the install.ab, shared.ab and uninstall.ab with the newest changes made to Amber language

Sorry for this weird commit history. I've been testing on the go. Every commit will get squashed eventually

- name: Compile installer/uninstaller
run: |
TARGET_TRIPLE="$(rustc -Vv | awk '/^host/ { print $2 }')"
AMBER="$PWD/target/distrib/amber-${TARGET_TRIPLE}/amber"
AMBER_PACKAGE="$PWD/target/distrib/amber-${TARGET_TRIPLE}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't feel qualified to review this file, as I don't know a lot about CI servers; but the rest looks ok.

@Mte90 Mte90 merged commit f709749 into amber-lang:master Oct 24, 2024
@Ph0enixKM Ph0enixKM deleted the master-fix branch October 24, 2024 08:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants