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

nix: lock Go builders at 1.17.x, small cleanup #13402

Merged
merged 3 commits into from
May 31, 2022
Merged

Conversation

jakubgs
Copy link
Member

@jakubgs jakubgs commented May 26, 2022

If we keep using specific buildGo117Package we can easily forget to upgrade when we bump the Go compiler itself. By locking those explicitly in overlay.nix we make sure they all get bumped together.

@jakubgs jakubgs added the nix label May 26, 2022
@jakubgs jakubgs requested a review from a team May 26, 2022 08:54
@jakubgs jakubgs self-assigned this May 26, 2022
@status-github-bot status-github-bot bot added this to REVIEW in Pipeline for QA May 26, 2022
@status-im-auto
Copy link
Member

status-im-auto commented May 26, 2022

Jenkins Builds

Click to see older builds (6)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 67a850c #1 2022-05-26 09:04:22 ~9 min android-e2e 📦apk 📲
✔️ 67a850c #1 2022-05-26 09:04:40 ~9 min android 📦apk 📲
✔️ 67a850c #1 2022-05-26 09:10:51 ~15 min ios 📦ipa 📲
✔️ 2c9e487 #2 2022-05-26 09:23:05 ~9 min android-e2e 📦apk 📲
✔️ 2c9e487 #2 2022-05-26 09:24:03 ~10 min android 📦apk 📲
✔️ 2c9e487 #2 2022-05-26 09:25:44 ~11 min ios 📦ipa 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 461822f #3 2022-05-26 10:00:03 ~8 min android 📦apk 📲
✔️ 461822f #3 2022-05-26 10:01:46 ~10 min android-e2e 📦apk 📲
✔️ 461822f #3 2022-05-26 10:03:39 ~12 min ios 📦ipa 📲
✔️ e2fabd2 #4 2022-05-31 10:15:02 ~11 min android-e2e 📦apk 📲
✔️ e2fabd2 #4 2022-05-31 10:15:32 ~11 min android 📦apk 📲
✔️ e2fabd2 #4 2022-05-31 10:23:00 ~19 min ios 📦ipa 📲

If we keep using specific `buildGo117Package` we can easily forge to
upgrade when we bump the Go compiler itself. By locking those explicitly
in `overlay.nix` we make sure they all get bumped together.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
Mostly achieved by running via `nix-linter`.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
Otherwise `watchman` utility is unavailable for MacOS.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
@jakubgs jakubgs merged commit e2fabd2 into develop May 31, 2022
@jakubgs jakubgs deleted the nix/lock-go-versions branch May 31, 2022 10:23
Pipeline for QA automation moved this from REVIEW to DONE May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants