Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Feb 19, 2024
2 parents bc9f35a + 9dc3dee commit 34fcc3d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
toolchain: nightly-2023-11-24
default: true
profile: minimal
- name: Run sccache-cache
uses: RDXWorks-actions/sccache-action@main
# - name: Run sccache-cache
# uses: mozilla-actions/sccache-action@v0.0.3
- name: Generate Test Kit
run: cargo run
env:
# Enable sccache
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
# RUSTC_WRAPPER: "sccache"
working-directory: crates/generator
- name: Upload Generated Artifacts
uses: RDXWorks-actions/upload-artifact@main
Expand Down Expand Up @@ -113,8 +113,8 @@ jobs:
default: true
profile: minimal
target: ${{ matrix.build-target.target-triple }}
- name: Run sccache-cache
uses: RDXWorks-actions/sccache-action@main
# - name: Run sccache-cache
# uses: mozilla-actions/sccache-action@v0.0.3

# Installing Build Dependencies
- name: Build Dependencies (aarch64 linux)
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
IPHONEOS_DEPLOYMENT_TARGET: "11.0"
# Enable sccache
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
# RUSTC_WRAPPER: "sccache"
run: |
echo $IPHONEOS_DEPLOYMENT_TARGET
cargo build \
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,17 @@ In addition to that, if it is desirable to expose the functionality in different

## License

The Radix Engine Toolkit and Radix Engine Toolkit wrappers code is released under the [Apache 2.0 license](./LICENSE). Binaries are licensed under the [Radix Generic EULA](https://www.radixdlt.com/terms/genericEULA).
The Radix Engine Toolkit and Radix Engine Toolkit wrappers binaries are licensed under the [Radix Generic EULA](https://www.radixdlt.com/terms/genericEULA).

The Radix Engine Toolkit and Radix Engine Toolkit wrappers code is released under the [Apache 2.0 license](./LICENSE).


Copyright 2023 Radix Publishing Ltd

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.

0 comments on commit 34fcc3d

Please sign in to comment.