Skip to content

Commit

Permalink
Merge pull request #587 from serokell/pasqu4le/chore-prerelease-hotfixes
Browse files Browse the repository at this point in the history
[Chore] pre-release hotfixes
  • Loading branch information
pasqu4le authored Jan 10, 2023
2 parents daab61e + a21ebca commit 4f1b150
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline-raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ steps:
- rm -rf out
# It takes much time to build binary package, so we do it only on master
branches: "master"
timeout_in_minutes: 90
timeout_in_minutes: 180
agents:
queue: "docker"
only_changes: *native_packaging_changes_regexes
Expand All @@ -145,7 +145,7 @@ steps:
- rm -rf out
# It takes much time to build binary package, so we do it only on master
branches: "master"
timeout_in_minutes: 90
timeout_in_minutes: 180
agents:
queue: "docker"
only_changes: *native_packaging_changes_regexes
Expand Down
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SPDX-FileCopyrightText: 2023 Oxhead Alpha
# SPDX-License-Identifier: LicenseRef-MIT-OA

# directory commonly used to store static binaries
binaries/

# directory commonly used to store built packages
out/

# docker packages' python cache
docker/package/__pycache__/

0 comments on commit 4f1b150

Please sign in to comment.