From 14b87d453391960d14837a0c2bec57f496547f9d Mon Sep 17 00:00:00 2001 From: rvelaz Date: Wed, 3 Jan 2024 16:36:44 +0100 Subject: [PATCH 1/2] add Apache 2.0 to README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 818f3cd5..8e7a2d22 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file +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. From 4cf01795b2117ced3adcaf1cbcd78ae30703fca6 Mon Sep 17 00:00:00 2001 From: Omar Date: Fri, 19 Jan 2024 20:57:31 +0300 Subject: [PATCH 2/2] disable sscache --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9ca39bd..f47a55a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,14 +39,14 @@ jobs: toolchain: nightly-2023-11-24 default: true profile: minimal - - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.3 + # - 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: actions/upload-artifact@v3 @@ -113,8 +113,8 @@ jobs: default: true profile: minimal target: ${{ matrix.build-target.target-triple }} - - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.3 + # - name: Run sccache-cache + # uses: mozilla-actions/sccache-action@v0.0.3 # Installing Build Dependencies - name: Build Dependencies (aarch64 linux) @@ -163,7 +163,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 \