Skip to content

Commit

Permalink
Fix windows build + changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Dec 18, 2023
1 parent fae0b3b commit 041813a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.69.0
override: true
- name: Build release libraries
run: cargo build --release -p polar-c-api
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.69.0
override: true
- name: Build release library
run: cargo build --release -p polar-c-api
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

windows_libs:
name: Build release libraries on Windows
runs-on: windows-latest
runs-on: windows-2019
needs: [version]
steps:
- uses: actions/checkout@v2
Expand All @@ -166,7 +166,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.69.0
override: true
- name: Build release library
run: cargo build --release -p polar-c-api
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:

build_windows_wheels:
name: Build wheels on Windows
runs-on: windows-latest
runs-on: windows-2019
needs: [version, windows_libs]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.69.0
override: true
- name: Add WebAssembly target
run: rustup target add wasm32-unknown-unknown
Expand All @@ -463,7 +463,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
os: [ubuntu-latest, macos-11, windows-2019]
go-version: ["1.14", "1.15", "1.16", "1.17"]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -629,7 +629,7 @@ jobs:
validate_python_windows:
name: Test python ${{ matrix.python-version }} on Windows
needs: [build_windows_wheels]
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
Expand Down Expand Up @@ -681,8 +681,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
ruby-version: [2.4, 2.5, 2.6, 2.7, "3.0"]
os: [ubuntu-latest, macos-11, windows-2019]
ruby-version: [2.5, 2.6, 2.7, "3.0"]
steps:
- uses: actions/checkout@v2
- name: Set version env
Expand Down Expand Up @@ -714,7 +714,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
os: [ubuntu-latest, macos-11, windows-2019]
java-version: [11, 12, 13, 14]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -749,7 +749,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
os: [ubuntu-latest, macos-11, windows-2019]
node-version: ["12", "14", "16"]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -812,7 +812,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.69.0
override: true
- name: Use Go 1.14
uses: actions/setup-go@v2
Expand Down
12 changes: 12 additions & 0 deletions docs/content/any/project/changelogs/2023-12-18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 2023-12-18 Deprecation Notice
menuTitle: 2023-12-18 Deprecation Notice
any: true
description: >-
Oso Library deprecation notice
draft: false
---

## `oso`` 0.27.1

We have deprecated the legacy Oso open source library. We have plans for the next open source release and we’re looking forward to getting feedback from the community leading up to that point (please reach out to us in the Slack #help channel). In the meantime, if you’re happy using the Oso open source library now, nothing needs to change – i.e., we are not end-of-lifing (EOL) the library and we’ll continue to provide support and critical bug fixes. More context: [here](https://www.osohq.com/docs/oss/getting-started/deprecation.html).

1 comment on commit 041813a

@github-actions
Copy link

Choose a reason for hiding this comment

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

Rust Benchmark

Benchmark suite Current: 041813a Previous: fae0b3b Ratio
rust_get_attribute 28797 ns/iter (± 1250) 28945 ns/iter (± 1060) 0.99
n_plus_one/100 1524706 ns/iter (± 32835) 1537279 ns/iter (± 18628) 0.99
n_plus_one/500 7349104 ns/iter (± 235003) 7480341 ns/iter (± 211124) 0.98
n_plus_one/1000 14598759 ns/iter (± 87912) 14801956 ns/iter (± 111503) 0.99
unify_once 635 ns/iter (± 307) 625 ns/iter (± 95) 1.02
unify_twice 1733 ns/iter (± 486) 1731 ns/iter (± 780) 1.00
many_rules 38301 ns/iter (± 1005) 38491 ns/iter (± 924) 1.00
fib/5 348911 ns/iter (± 5302) 343248 ns/iter (± 5295) 1.02
prime/3 10313 ns/iter (± 409) 10399 ns/iter (± 420) 0.99
prime/23 10334 ns/iter (± 362) 10394 ns/iter (± 401) 0.99
prime/43 10322 ns/iter (± 381) 10383 ns/iter (± 429) 0.99
prime/83 10331 ns/iter (± 386) 10416 ns/iter (± 539) 0.99
prime/255 9286 ns/iter (± 390) 9346 ns/iter (± 365) 0.99
indexed/100 3439 ns/iter (± 380) 3485 ns/iter (± 396) 0.99
indexed/500 3985 ns/iter (± 1634) 3957 ns/iter (± 1351) 1.01
indexed/1000 4475 ns/iter (± 198) 4364 ns/iter (± 190) 1.03
indexed/10000 9060 ns/iter (± 1429) 8218 ns/iter (± 2138) 1.10
not 4002 ns/iter (± 44) 3991 ns/iter (± 59) 1.00
double_not 8479 ns/iter (± 173) 8452 ns/iter (± 128) 1.00
De_Morgan_not 5442 ns/iter (± 95) 5405 ns/iter (± 106) 1.01
load_policy 730294 ns/iter (± 12371) 693344 ns/iter (± 3694) 1.05
partial_and/1 20763 ns/iter (± 610) 20760 ns/iter (± 588) 1.00
partial_and/5 68760 ns/iter (± 1903) 68560 ns/iter (± 2102) 1.00
partial_and/10 129955 ns/iter (± 3318) 128962 ns/iter (± 3689) 1.01
partial_and/20 271196 ns/iter (± 6551) 269867 ns/iter (± 6147) 1.00
partial_and/40 591754 ns/iter (± 10615) 594884 ns/iter (± 6689) 0.99
partial_and/80 1370391 ns/iter (± 9653) 1370417 ns/iter (± 13094) 1.00
partial_and/100 1831247 ns/iter (± 70852) 1829377 ns/iter (± 11409) 1.00
partial_rule_depth/1 62778 ns/iter (± 2297) 62788 ns/iter (± 2486) 1.00
partial_rule_depth/5 215501 ns/iter (± 6280) 215056 ns/iter (± 5534) 1.00
partial_rule_depth/10 488255 ns/iter (± 8917) 485092 ns/iter (± 9413) 1.01
partial_rule_depth/20 1387073 ns/iter (± 21797) 1389016 ns/iter (± 22618) 1.00
partial_rule_depth/40 4946441 ns/iter (± 39958) 4958448 ns/iter (± 272270) 1.00
partial_rule_depth/80 27815045 ns/iter (± 294394) 27952753 ns/iter (± 279459) 1.00
partial_rule_depth/100 49954396 ns/iter (± 652757) 50299078 ns/iter (± 594410) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.