Skip to content

Commit 00bcabb

Browse files
authored
Remove gpl files (hyperledger-solang#1616)
Fixes hyperledger-solang#1598 Signed-off-by: Sean Young <[email protected]>
1 parent bfc7d4c commit 00bcabb

File tree

17 files changed

+2
-452
lines changed

17 files changed

+2
-452
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/checkout@v3
163163
- run: |
164164
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
165-
docker build . \
165+
docker buildx build . \
166166
--push \
167167
--tag ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_REF/refs\/tags\//} \
168168
--label org.opencontainers.image.description="Solidity Compiler for Solana and Polkadot version $(git describe --tags)"

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
243243
- run: |
244244
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
245-
docker build . \
245+
docker buildx build . \
246246
${{steps.push.outputs.push}} \
247247
--tag ghcr.io/${GITHUB_REPOSITORY}:latest \
248248
--label org.opencontainers.image.description="Solidity Compiler for Solana and Polkadot version $(git describe --tags)"

examples/polkadot/ballot.sol

-145
This file was deleted.

testdata/solang_import_resolution_tests/01_solang_remap_target/contracts/Contract.sol

-16
This file was deleted.

testdata/solang_import_resolution_tests/01_solang_remap_target/contracts/Contract2.sol

-16
This file was deleted.

testdata/solang_import_resolution_tests/02_solang_incorrect_direct_imports/Ambiguous.sol

-11
This file was deleted.

testdata/solang_import_resolution_tests/02_solang_incorrect_direct_imports/contracts/Ambiguous.sol

-10
This file was deleted.

testdata/solang_import_resolution_tests/02_solang_incorrect_direct_imports/contracts/Contract.sol

-9
This file was deleted.

testdata/solang_import_resolution_tests/02_solang_incorrect_direct_imports/resources/node_modules/lib/Ambiguous.sol

-12
This file was deleted.

testdata/solang_import_resolution_tests/03_ambiguous_imports_should_fail/Ambiguous.sol

-11
This file was deleted.

testdata/solang_import_resolution_tests/03_ambiguous_imports_should_fail/contracts/Ambiguous.sol

-9
This file was deleted.

testdata/solang_import_resolution_tests/03_ambiguous_imports_should_fail/contracts/Contract.sol

-18
This file was deleted.

testdata/solang_import_resolution_tests/03_ambiguous_imports_should_fail/resources/node_modules/lib/Ambiguous.sol

-11
This file was deleted.

testdata/solang_import_resolution_tests/04_multiple_map_path_segments/contracts/Contract.sol

-15
This file was deleted.

testdata/solang_import_resolution_tests/05_import_path_order_should_not_matter/contracts/Contract.sol

-11
This file was deleted.

testdata/solang_import_resolution_tests/06_redundant_remaps/contracts/Contract.sol

-16
This file was deleted.

0 commit comments

Comments
 (0)