Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Rename FreeBSD artifacts #3556

Merged
merged 1 commit into from
May 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PIC=true

# Triple construction
VENDOR=unknown
OS=freebsd12.1
OS=freebsd-12.1
TRIPLE=${ARCH}-${VENDOR}-${OS}

# Build parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PIC=true

# Triple construction
VENDOR=unknown
OS=freebsd12.1
OS=freebsd-12.1
TRIPLE=${ARCH}-${VENDOR}-${OS}

# Build parameters
Expand Down
16 changes: 8 additions & 8 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ task:
cpu: 8
memory: 24

name: "PR: x86-64-unknown-freebsd12.1"
name: "PR: x86-64-unknown-freebsd-12.1"

install_script:
- echo "FETCH_RETRY = 6" >> /usr/local/etc/pkg.conf
Expand All @@ -86,7 +86,7 @@ task:

libs_cache:
folder: build/libs
fingerprint_script: echo "`md5 lib/CMakeLists.txt` freebsd12.1"
fingerprint_script: echo "`md5 lib/CMakeLists.txt` freebsd-12.1"
populate_script: gmake libs arch=x86-64 build_flags=-j8

configure_script:
Expand Down Expand Up @@ -305,7 +305,7 @@ task:
cpu: 8
memory: 24

name: "nightly: x86-64-unknown-freebsd12.1"
name: "nightly: x86-64-unknown-freebsd-12.1"

environment:
CLOUDSMITH_API_KEY: ENCRYPTED[!2cb1e71c189cabf043ac3a9030b3c7708f9c4c983c86d07372ae58ad246a07c54e40810d038d31c3cf3ed8888350caca!]
Expand All @@ -319,11 +319,11 @@ task:

libs_cache:
folder: build/libs
fingerprint_script: echo "`md5 lib/CMakeLists.txt` freebsd12.1"
fingerprint_script: echo "`md5 lib/CMakeLists.txt` freebsd-12.1"
populate_script: gmake libs arch=x86-64 build_flags=-j8

nightly_script:
- bash .ci-scripts/x86-64-unknown-freebsd12.1-nightly.bash
- bash .ci-scripts/x86-64-unknown-freebsd-12.1-nightly.bash

task:
only_if: $CIRRUS_CRON == "master-midnight"
Expand Down Expand Up @@ -464,7 +464,7 @@ task:
cpu: 8
memory: 24

name: "release: x86-64-unknown-freebsd12.1"
name: "release: x86-64-unknown-freebsd-12.1"

environment:
CLOUDSMITH_API_KEY: ENCRYPTED[!2cb1e71c189cabf043ac3a9030b3c7708f9c4c983c86d07372ae58ad246a07c54e40810d038d31c3cf3ed8888350caca!]
Expand All @@ -478,11 +478,11 @@ task:

libs_cache:
folder: build/libs
fingerprint_script: echo "`md5 lib/CMakeLists.txt` freebsd12.1"
fingerprint_script: echo "`md5 lib/CMakeLists.txt` freebsd-12.1"
populate_script: gmake libs arch=x86-64 build_flags=-j8

release_script:
- bash .ci-scripts/x86-64-unknown-freebsd12.1-release.bash
- bash .ci-scripts/x86-64-unknown-freebsd-12.1-release.bash

task:
only_if: $CIRRUS_TAG =~ '^\d+\.\d+\.\d+$'
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Prebuilt Pony binaries are available on a number of platforms. They are built us

## FreeBSD 12.1

Prebuilt FreeBSD 12.1 nightly packages are available for download from our [Cloudsmith repository](https://cloudsmith.io/~ponylang/repos/nightlies/packages/?q=name%3A%27%5Eponyc-x86-64-unknown-freebsd12.1.tar.gz%24%27).
Prebuilt FreeBSD 12.1 nightly packages are available for download from our [Cloudsmith repository](https://cloudsmith.io/~ponylang/repos/nightlies/packages/?q=name%3A%27%5Eponyc-x86-64-unknown-freebsd-12.1.tar.gz%24%27).

Starting with the next ponyc release, you'll also be able to download prebuilt ponyc releases from Cloudsmith. We'll update this page with the link once they become available.

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You can verify that the release artifacts were successfully built and uploaded b
Package names will be:

- ponyc-x86-64-apple-darwin.tar.gz
- ponyc-x86-64-unknown-freebsd12.1.tar.gz
- ponyc-x86-64-unknown-freebsd-12.1.tar.gz
- ponyc-x86-64-pc-windows-msvc.zip
- ponyc-x86-64-unknown-linux-gnu.tar.gz
- ponyc-x86-64-unknown-linux-musl.tar.gz
Expand Down